[Webkit-unassigned] [Bug 107099] New: Coordinated Graphics: Remove m_pendingSyncBackingStores in LayerTreeRenderer.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 16 23:33:00 PST 2013


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

           Summary: Coordinated Graphics: Remove
                    m_pendingSyncBackingStores in LayerTreeRenderer.
           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


LayerTreeRenderer difficultly uses m_pendingSyncBackingStores to set a backing
store to TextureMapperLayer, although LayerTreeRenderer easily sets a direct
composited image to TextureMapperLayer. It is because LayerTreeRenderer directly
set a backing store to TextureMapperLayer, instead of GraphicsLayerTextureMapper.

This patch makes LayerTreeRenderer set a backing store to GraphicsLayerTextureMapper
and then GraphicsLayerTextureMapper will set a backing store to TextureMapperLayer
like other members.

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