Bug 174134

Summary: Move ScrolledContentsLayer property to ScrollingStateScrollingNode
Product: WebKit Reporter: Frédéric Wang (:fredw) <fred.wang>
Component: FramesAssignee: Frédéric Wang (:fredw) <fred.wang>
Status: RESOLVED FIXED    
Severity: Normal CC: buildbot, cmarcelo, fred.wang, jamesr, luiz, simon.fraser, tonikitoo
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 149264, 173833, 174130    
Attachments:
Description Flags
WIP Patch
none
Patch simon.fraser: review+

Description Frédéric Wang (:fredw) 2017-07-04 09:05:41 PDT
This property is shared by frame and overflow nodes, so we could actually try and move it to their ancestor ScrollingStateScrollingNode.
Comment 1 Frédéric Wang (:fredw) 2017-07-04 09:10:52 PDT
Created attachment 314568 [details]
WIP Patch
Comment 2 Frédéric Wang (:fredw) 2017-07-04 10:14:50 PDT
Created attachment 314570 [details]
Patch
Comment 3 Frédéric Wang (:fredw) 2017-07-05 10:56:20 PDT
Committed r219137: <http://trac.webkit.org/changeset/219137>