[Webkit-unassigned] [Bug 119502] WebGL should be enabled on WinCairo port
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 5 23:56:42 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=119502
Benjamin Poulain <benjamin at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #208158|review? |review-
Flag| |
--- Comment #2 from Benjamin Poulain <benjamin at webkit.org> 2013-08-05 23:56:23 PST ---
(From update of attachment 208158)
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.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list