[Webkit-unassigned] [Bug 117222] [Coordinated Graphics] Prevent a recursive painting in CoordinatedGraphicsLayer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 5 03:10:38 PDT 2013


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


Noam Rosenthal <noam at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #203779|review?                     |review-
               Flag|                            |




--- Comment #2 from Noam Rosenthal <noam at webkit.org>  2013-06-05 03:09:11 PST ---
(From update of attachment 203779)
View in context: https://bugs.webkit.org/attachment.cgi?id=203779&action=review

Needs some renames, but I like the approach.

> Source/WebKit2/ChangeLog:16
> +        updateContentBuffersIncludeSublayers, which is another tree traveler for
> +        painting.

"tree traveler" you mean which traverses the tree separately from flushing the state.

> Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.h:114
> +    void requestSyncStateChangesIncludeSubLayers();

syncPendingStateChangesIncludingSubLayers

> Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.h:115
> +    void updateContentBuffersIncludeSubLayers();

updateContentBuffersIncludingSubLayeres

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