[Webkit-unassigned] [Bug 107059] New: Coordinated Graphics: Paint contents on a backing store when RenderLayerBacking requests.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 16 15:57:36 PST 2013


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

           Summary: Coordinated Graphics: Paint contents on a backing
                    store when RenderLayerBacking requests.
           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, Coordinated Graphics can paint contents without a setNeedsDisplay request,
and sometimes Coordinated Graphics skips a setNeedsDisplay request.

This patch fixes above problems.
1. CoordinatedTile constructor does not set a dirty rect.
2. CoordinatedGraphicsLayer stores pending dirty rects and flushs in
updateContentBuffers() because CoordinatedGraphicsLayer creates a backing store
lazily.

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