Bug 100813

Summary: ScrollingCoordinatorMac::stateNodeForID() should return a ScrollingStateNode* instead of a ScrollingStateScrollingNode*
Product: WebKit Reporter: Beth Dakin <bdakin>
Component: Layout and RenderingAssignee: Beth Dakin <bdakin>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, bdakin, jamesr, simon.fraser, thorton, tonikitoo, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch sam: review+

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