[webkit-reviews] review granted: [Bug 68738] Add a mechanism to test for the compositing tree mutated during painting : [Attachment 108572] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 23 19:30:30 PDT 2011


Adam Barth <abarth at webkit.org> has granted James Robinson
<jamesr at chromium.org>'s request for review:
Bug 68738: Add a mechanism to test for the compositing tree mutated during
painting
https://bugs.webkit.org/show_bug.cgi?id=68738

Attachment 108572: Patch
https://bugs.webkit.org/attachment.cgi?id=108572&action=review

------- Additional Comments from Adam Barth <abarth at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=108572&action=review


> Source/WebCore/platform/graphics/GraphicsLayer.cpp:65
> +static bool s_inPaintContents = false;

I would have used a counter, but that's because I'm paranoid about re-entrancy
from working on the parser.  :)


More information about the webkit-reviews mailing list