RESOLVED FIXED Bug 78403
Always update the scroll position through the scrolling coordinator
https://bugs.webkit.org/show_bug.cgi?id=78403
Summary Always update the scroll position through the scrolling coordinator
Anders Carlsson
Reported 2012-02-10 18:22:41 PST
Always update the scroll position through the scrolling coordinator
Attachments
Patch (11.77 KB, patch)
2012-02-10 18:26 PST, Anders Carlsson
sam: review+
Anders Carlsson
Comment 1 2012-02-10 18:26:35 PST
Sam Weinig
Comment 2 2012-02-10 18:30:49 PST
Comment on attachment 126613 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=126613&action=review > Source/WebCore/platform/ScrollableArea.h:55 > + virtual bool requestScrollPositionUpdate(const IntPoint&) { return false; } Please add a comment explaining the return value.
Anders Carlsson
Comment 3 2012-02-11 12:48:08 PST
Note You need to log in before you can comment on or make changes to this bug.