[webkit-reviews] review granted: [Bug 122933] Remote Layer Tree: Complete support for simple layer properties : [Attachment 214412] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 16 18:37:40 PDT 2013


Anders Carlsson <andersca at apple.com> has granted Tim Horton
<thorton at apple.com>'s request for review:
Bug 122933: Remote Layer Tree: Complete support for simple layer properties
https://bugs.webkit.org/show_bug.cgi?id=122933

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

------- Additional Comments from Anders Carlsson <andersca at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=214412&action=review


> Source/WebKit2/WebProcess/WebPage/mac/PlatformCALayerRemote.cpp:121
> +	   ASSERT(layer->isRemote());
> +	   if (!layer->isRemote())
> +	       return;

No need for both an ASSERT and an early return since this only runs with
assertions enabled.


More information about the webkit-reviews mailing list