Bug 69373 - Add a ScrollElasticityController class and move some members over from ScrollAnimatorMac
Summary: Add a ScrollElasticityController class and move some members over from Scroll...
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: 2011-10-04 14:03 PDT by Anders Carlsson
Modified: 2011-10-04 14:17 PDT (History)
1 user (show)

See Also:


Attachments
Patch (19.33 KB, patch)
2011-10-04 14:04 PDT, Anders Carlsson
hyatt: 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 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>