Bug 75744

Summary: Add and use ScrollElasticityControllerClient::absoluteScrollPosition
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 mitz: review+

Description Anders Carlsson 2012-01-06 14:39:41 PST
Add and use ScrollElasticityControllerClient::absoluteScrollPosition
Comment 1 Anders Carlsson 2012-01-06 14:40:52 PST
Created attachment 121498 [details]
Patch
Comment 2 mitz 2012-01-06 14:51:41 PST
Comment on attachment 121498 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=121498&action=review

> Source/WebCore/platform/mac/ScrollAnimatorMac.h:133
> +    virtual WebCore::IntPoint absoluteScrollPosition() OVERRIDE;

No need for WebCore:: here.
Comment 3 Anders Carlsson 2012-01-06 14:58:58 PST
Committed r104345: <http://trac.webkit.org/changeset/104345>