[webkit-reviews] review granted: [Bug 99320] GraphicsSurface should not modify the current GL context. : [Attachment 168704] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 15 08:03:33 PDT 2012


Noam Rosenthal <noam.rosenthal at nokia.com> has granted Zeno Albisser
<zeno at webkit.org>'s request for review:
Bug 99320: GraphicsSurface should not modify the current GL context.
https://bugs.webkit.org/show_bug.cgi?id=99320

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

------- Additional Comments from Noam Rosenthal <noam.rosenthal at nokia.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=168704&action=review


> Source/WebCore/platform/graphics/surfaces/GraphicsSurface.h:88
> +    static PassRefPtr<GraphicsSurface> platformCreate(const
PlatformGraphicsContext3D, const IntSize&, Flags);

Nit: since the context is more of an optional parameter, it should be at the
end.


More information about the webkit-reviews mailing list