[Webkit-unassigned] [Bug 102896] New: Coordinated Graphics: refactor changing children code in CoordinatedGraphicsLayer.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 21 00:52:56 PST 2012


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

           Summary: Coordinated Graphics: refactor changing children code
                    in CoordinatedGraphicsLayer.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: luxtella at company100.net


When changing children, we don't need to sync a layer state. We were confused
that we have to send a parent layer id to UI Process, but r133605 clarified 
passing the parent id is not necessary. So this patch removes
didChangeLayerState() in methods which change children.

In addition, purgeBackingStores() does not need to call didChangeChildren() 
because purgeBackingStores() does not change children.

r133605 is Bug 101142.

-- 
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