[Webkit-unassigned] [Bug 75717] New: [Chromium] Move setVisibleRect() calls for mask and replica layers into calculateDrawTransformAndVisibility()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 6 11:10:29 PST 2012


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

           Summary: [Chromium] Move setVisibleRect() calls for mask and
                    replica layers into
                    calculateDrawTransformAndVisibility()
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: wangxianzhu at chromium.org
                CC: wjmaclean at chromium.org, enne at google.com,
                    shawnsingh at chromium.org


This is a followup of bug 72162 - Move setVisibleRect() calls into calculateDrawTransformAndVisibility().
setVisibleRect() calls for mask and replica layers are still in CCLayerTreeHost.cpp but they seem also belong to calculateDrawTransformAndVisibility().

Also some questions (copied from my comments to the patch of bug 72162 after it has been committed):
1. Why setVisibleLayerRect to the whole content bounds of the renderSurfaceLayer instead of the actual visible rect?
2. setVisibleLayerRect() for the replica layer seems lost after the patch.

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