[Webkit-unassigned] [Bug 108922] New: Coordinated Graphics: Make CoordinatedGraphicsScene not know contents size.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 5 01:22:40 PST 2013


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

           Summary: Coordinated Graphics: Make CoordinatedGraphicsScene
                    not know contents size.
           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, CoordinatedGraphicsScene has two methods to know contents size:
setContentsSize() and setVisibleContentsRect(). Contents size is used when
adjusting a scroll position, but adjustment is not needed because
PageViewportController already adjusts a scroll position. So this patch makes
CoordinatedGraphicsScene not know contents size.

In addition, now DrawingAreaProxy::coordinatedLayerTreeHostProxy() is only used
to get CoordinatedGraphicsScene.

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