[webkit-reviews] review granted: [Bug 71529] [chromium] Write unit tests for compositor-thread zooming : [Attachment 123400] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 20 16:24:35 PST 2012


James Robinson <jamesr at chromium.org> has granted Alexandre Elias
<aelias at chromium.org>'s request for review:
Bug 71529: [chromium] Write unit tests for compositor-thread zooming
https://bugs.webkit.org/show_bug.cgi?id=71529

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

------- Additional Comments from James Robinson <jamesr at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=123400&action=review


> Source/WebKit/chromium/tests/CCLayerTreeHostImplTest.cpp:275
> +	   expectContains(*scrollInfo.get(), scrollLayer->id(), IntSize(-50,
-50));

FYI for the future, with WebKit smart pointers doing *ptr is the same as
*ptr.get()


More information about the webkit-reviews mailing list