Bug 174134 - Move ScrolledContentsLayer property to ScrollingStateScrollingNode
Summary: Move ScrolledContentsLayer property to ScrollingStateScrollingNode
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Frames (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Frédéric Wang (:fredw)
URL:
Keywords:
Depends on:
Blocks: 149264 173833 174130
  Show dependency treegraph
 
Reported: 2017-07-04 09:05 PDT by Frédéric Wang (:fredw)
Modified: 2017-07-05 10:56 PDT (History)
7 users (show)

See Also:


Attachments
WIP Patch (21.49 KB, patch)
2017-07-04 09:10 PDT, Frédéric Wang (:fredw)
no flags Details | Formatted Diff | Diff
Patch (25.74 KB, patch)
2017-07-04 10:14 PDT, Frédéric Wang (:fredw)
simon.fraser: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>