[webkit-reviews] review granted: [Bug 117805] WebGL needs PLATFORM(WIN) to : [Attachment 205024] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 19 21:04:42 PDT 2013


Brent Fulgham <bfulgham at webkit.org> has granted Alex Christensen
<achristensen at apple.com>'s request for review:
Bug 117805: WebGL needs PLATFORM(WIN) to
https://bugs.webkit.org/show_bug.cgi?id=117805

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

------- Additional Comments from Brent Fulgham <bfulgham at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=205024&action=review


> Source/WebCore/platform/graphics/GraphicsContext3D.h:777
> +#if PLATFORM(GTK) || PLATFORM(EFL) || USE(CAIRO)

This might be better as PLATFORM(WIN_CAIRO), since GTK and EFL both USE(CAIRO).
 Or, we could just make it "#if USE(CAIRO)".


More information about the webkit-reviews mailing list