[Webkit-unassigned] [Bug 66959] New: Remove skiaContext methods from CCLayerTreeHost, CCLayerTreeHostImpl, and CCLayerTreeHostImpl*Proxy

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 25 10:45:03 PDT 2011


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

           Summary: Remove skiaContext methods from
                    CCLayerTreeHost,CCLayerTreeHostImpl, and
                    CCLayerTreeHostImpl*Proxy
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: nduca at chromium.org
                CC: jamesr at chromium.org, enne at google.com,
                    nduca at chromium.org


The CCLayerTreeHost family of classes have a hack in them that allows main-thread code to get to the skiaContext in order to keep accelerated painting working.

This is a violation of layering --- we do not want anything on the ContentLayer side to ever have access to LayerRenderer, GraphicsContext, or GrContext state.

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