[webkit-reviews] review granted: [Bug 105553] [chromium] Convert WebTransformOperations into pure virtual : [Attachment 183018] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 16 14:01:33 PST 2013


James Robinson <jamesr at chromium.org> has granted Ali Juma
<ajuma at chromium.org>'s request for review:
Bug 105553: [chromium] Convert WebTransformOperations into pure virtual
https://bugs.webkit.org/show_bug.cgi?id=105553

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

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


R=me

> Source/WebCore/platform/graphics/chromium/AnimationTranslationUtil.cpp:65
> +	   return PassOwnPtr<WebTransformOperations>();

you can say "nullptr" instead of "PassOwnPtr<Type>()"


More information about the webkit-reviews mailing list