[webkit-reviews] review granted: [Bug 81879] [chromium] Target surface should be damaged for a new layers even when layer had no changes : [Attachment 133303] Should build on linux now

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 22 17:39:18 PDT 2012


Adrienne Walker <enne at google.com> has granted Shawn Singh
<shawnsingh at chromium.org>'s request for review:
Bug 81879: [chromium] Target surface should be damaged for a new layers even
when layer had no changes
https://bugs.webkit.org/show_bug.cgi?id=81879

Attachment 133303: Should build on linux now
https://bugs.webkit.org/attachment.cgi?id=133303&action=review

------- Additional Comments from Adrienne Walker <enne at google.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=133303&action=review


Yeah, I think this does end up being cleaner than marking properties on the
layer as changing elsewhere.  R=me.

> Source/WebKit/chromium/tests/CCDamageTrackerTest.cpp:380
> +    ASSERT_EQ(static_cast<size_t>(3),
root->renderSurface()->layerList().size());

You can just say "3u" here, if that's easier.


More information about the webkit-reviews mailing list