Summary: | Add a ScrollElasticityController class and move some members over from ScrollAnimatorMac | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Anders Carlsson <andersca> | ||||
Component: | New Bugs | Assignee: | Anders Carlsson <andersca> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | webkit.review.bot | ||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
Anders Carlsson
2011-10-04 14:03:20 PDT
Created attachment 109682 [details]
Patch
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? Committed r96644: <http://trac.webkit.org/changeset/96644> |