[Webkit-unassigned] [Bug 83697] New: Move RenderObject's layer manipulation functions to RenderLayer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 11 09:20:42 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=83697

           Summary: Move RenderObject's layer manipulation functions to
                    RenderLayer
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jchaffraix at webkit.org
                CC: simon.fraser at apple.com


Currently layer manipulation functions (addLayers, removeLayers...) are attached to RenderObject as they are called on any RenderObject and update its subtree, which may include some RenderBoxModelObject with RenderLayer (not reflected by the name unfortunately). However this artificially exposes RenderLayer on an object that shouldn't know about it.

All the layer's manipulation functions requires a RenderLayer and could thus be moved to RenderLayer.

Patch forthcoming.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list