| Index: ui/gfx/gl/gl_bindings.h
|
| ===================================================================
|
| --- ui/gfx/gl/gl_bindings.h (revision 131181)
|
| +++ ui/gfx/gl/gl_bindings.h (working copy)
|
| @@ -51,6 +51,8 @@
|
| typedef struct osmesa_context *OSMesaContext;
|
| typedef void (*OSMESAproc)();
|
|
|
| +typedef void* GLeglImageOES;
|
| +
|
| #if !defined(OS_MACOSX)
|
|
|
| // Forward declare EGL types.
|
| @@ -64,7 +66,6 @@
|
| typedef void *EGLSurface;
|
| typedef void *EGLClientBuffer;
|
| typedef void (*__eglMustCastToProperFunctionPointerType)(void);
|
| -typedef void* GLeglImageOES;
|
|
|
| #if defined(OS_WIN)
|
| typedef HDC EGLNativeDisplayType;
|
|
|