[webkit-reviews] review granted: [Bug 115568] Simplify the #ifdefs in GraphicsContext3D.h : [Attachment 200457] Move the no-op implementations to GraphicsContext3D.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 3 15:58:46 PDT 2013


Benjamin Poulain <benjamin at webkit.org> has granted Martin Robinson
<mrobinson at webkit.org>'s request for review:
Bug 115568: Simplify the #ifdefs in GraphicsContext3D.h
https://bugs.webkit.org/show_bug.cgi?id=115568

Attachment 200457: Move the no-op implementations to GraphicsContext3D.h
https://bugs.webkit.org/attachment.cgi?id=200457&action=review

------- Additional Comments from Benjamin Poulain <benjamin at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=200457&action=review


> Source/WebCore/platform/graphics/GraphicsContext3D.cpp:1474
> +#if !PLATFORM(BLACKBERRY) && !PLATFORM(QT) && !PLATFORM(GTK) &&
!PLATFORM(EFL) && !PLATFORM(MAC)

Isn't this just PLATFORM(WINDOWS)?


More information about the webkit-reviews mailing list