Bug 69373

Summary: Add a ScrollElasticityController class and move some members over from ScrollAnimatorMac
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch hyatt: review+

Description Anders Carlsson 2011-10-04 14:03:20 PDT
Add a ScrollElasticityController class and move some members over from ScrollAnimatorMac
Comment 1 Anders Carlsson 2011-10-04 14:04:55 PDT
Created attachment 109682 [details]
Patch
Comment 2 Dave Hyatt 2011-10-04 14:11:34 PDT
Comment on attachment 109682 [details]
Patch

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

r=me

> Source/WebCore/platform/mac/ScrollAnimatorMac.h:54
> +class ScrollElasticityControllerClient { }

Do you need a semicolon after the right brace?
Comment 3 Anders Carlsson 2011-10-04 14:17:54 PDT
Committed r96644: <http://trac.webkit.org/changeset/96644>