[Webkit-unassigned] [Bug 71236] refactor Scrollable::m_scrollOrigin from protected to private

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 31 15:56:12 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=71236





--- Comment #2 from Darin Adler <darin at apple.com>  2011-10-31 15:56:13 PST ---
(From update of attachment 113095)
View in context: https://bugs.webkit.org/attachment.cgi?id=113095&action=review

> Source/WebCore/platform/ScrollableArea.h:91
> +    int scrollOriginX() const { return m_scrollOrigin.x(); }
> +    int scrollOriginY() const { return m_scrollOrigin.y(); }

This seems unnecessary. Why not write scrollOrigin().x() at the call site?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list