[webkit-reviews] review granted: [Bug 59659] Make GraphicsContext3DChromium play nice with strict OwnPtrs : [Attachment 91385] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 27 17:06:24 PDT 2011


David Levin <levin at chromium.org> has granted Adam Barth <abarth at webkit.org>'s
request for review:
Bug 59659: Make GraphicsContext3DChromium play nice with strict OwnPtrs
https://bugs.webkit.org/show_bug.cgi?id=59659

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

------- Additional Comments from David Levin <levin at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=91385&action=review

> Source/WebKit/chromium/src/GraphicsContext3DChromium.cpp:112
> +    OwnPtr<WebKit::WebGraphicsContext3D> webContext =
adoptPtr(WebKit::webKitClient()->createGraphicsContext3D());

Since it is part of webKitClient we can't change it to return PassOwnPtr?


More information about the webkit-reviews mailing list