[Webkit-unassigned] [Bug 78249] New: [Chromium] TiledLayerChromium::protectVisibleTileTextures() should only protect the visible textures

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 9 10:26:30 PST 2012


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

           Summary: [Chromium]
                    TiledLayerChromium::protectVisibleTileTextures()
                    should only protect the visible textures
           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: wangxianzhu at chromium.org
                CC: jamesr at chromium.org, vangelis at chromium.org,
                    enne at google.com


For now TiledLayerChromium::protectVisibleTileTextures() protects the whole layer:
    protectTileTextures(IntRect(IntPoint::zero(), contentBounds()));

Should this be changed to protectTileTextures(visibleLayerRect())?

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