[webkit-reviews] review denied: [Bug 119502] WebGL should be enabled on WinCairo port : [Attachment 208158] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 5 23:56:41 PDT 2013


Benjamin Poulain <benjamin at webkit.org> has denied Alex Christensen
<achristensen at apple.com>'s request for review:
Bug 119502: WebGL should be enabled on WinCairo port
https://bugs.webkit.org/show_bug.cgi?id=119502

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

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


> Source/WTF/wtf/FeatureDefines.h:266
> +#if !defined(WTF_USE_3D_GRAPHICS)
> +#define WTF_USE_3D_GRAPHICS 1
> +#endif
> +
> +#if !defined(WTF_USE_OPENGL)
> +#define WTF_USE_OPENGL 1
> +#endif
> +
> +#if !defined(WTF_USE_OPENGL_ES_2)
> +#define WTF_USE_OPENGL_ES_2 1
> +#endif
> +
> +#if !defined(WTF_USE_EGL)
> +#define WTF_USE_EGL 1
> +#endif
> +
> +#if !defined(WTF_USE_SURFACE)
> +#define WTF_USE_SURFACE 1
> +#endif

The USE() macros are not defined in this file.


More information about the webkit-reviews mailing list