Bug 78403 - Always update the scroll position through the scrolling coordinator
Summary: Always update the scroll position through the scrolling coordinator
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-10 18:22 PST by Anders Carlsson
Modified: 2012-02-11 12:48 PST (History)
0 users

See Also:


Attachments
Patch (11.77 KB, patch)
2012-02-10 18:26 PST, Anders Carlsson
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2012-02-10 18:22:41 PST
Always update the scroll position through the scrolling coordinator
Comment 1 Anders Carlsson 2012-02-10 18:26:35 PST
Created attachment 126613 [details]
Patch
Comment 2 Sam Weinig 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.
Comment 3 Anders Carlsson 2012-02-11 12:48:08 PST
Committed r107467: <http://trac.webkit.org/changeset/107467>