[Webkit-unassigned] [Bug 104990] New: Coordinated Graphics: Manage the lifecycle of CoordinatedGraphicsLayer explicitly.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 13 20:57:46 PST 2012


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

           Summary: Coordinated Graphics: Manage the lifecycle of
                    CoordinatedGraphicsLayer explicitly.
           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


Currently, Web Process does not send a layer creation message to UI Process, so LayerTreeHost creates GraphicsLayer lazily.
It causes redundant if statements to check if GraphicsLayer is created. This patch manages the lifecycle of layer explicitly, and it increases readability.

This is in preparation for refactoring TextureMapper to work in an actor model (http://webkit.org/b/103854).

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