Bug 100813 - ScrollingCoordinatorMac::stateNodeForID() should return a ScrollingStateNode* instead of a ScrollingStateScrollingNode*
Summary: ScrollingCoordinatorMac::stateNodeForID() should return a ScrollingStateNode*...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Beth Dakin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-30 22:02 PDT by Beth Dakin
Modified: 2012-10-30 22:58 PDT (History)
7 users (show)

See Also:


Attachments
Patch (4.10 KB, patch)
2012-10-30 22:04 PDT, Beth Dakin
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Beth Dakin 2012-10-30 22:02:32 PDT
ScrollingCoordinatorMac::stateNodeForID() should return a ScrollingStateNode* instead of a ScrollingStateScrollingNode* so that it can be used for other types of nodes once we add them.
Comment 1 Beth Dakin 2012-10-30 22:04:58 PDT
Created attachment 171582 [details]
Patch
Comment 2 Beth Dakin 2012-10-30 22:58:38 PDT
Thanks, Sam! 

http://trac.webkit.org/changeset/132986