Bug 78403

Summary: Always update the scroll position through the scrolling coordinator
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch sam: review+

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>