[webkit-reviews] review granted: [Bug 93313] [chromium] add sync points and GL_CHROMIUM_texture_mailbox entrypoints to WebGraphicsContext3D : [Attachment 156814] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 6 17:56:42 PDT 2012


James Robinson <jamesr at chromium.org> has granted Antoine Labour
<piman at chromium.org>'s request for review:
Bug 93313: [chromium] add sync points and GL_CHROMIUM_texture_mailbox
entrypoints to WebGraphicsContext3D
https://bugs.webkit.org/show_bug.cgi?id=93313

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

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


> Source/Platform/chromium/public/WebGraphicsContext3D.h:175
> +    virtual unsigned int insertSyncPoint() { return 0; }
> +    virtual void waitSyncPoint(unsigned int) { }

we normally just use "unsigned" as the type name in WebKit (although this isn't
universal).


More information about the webkit-reviews mailing list