| Index: ui/gl/gl_bindings.h
|
| diff --git a/ui/gl/gl_bindings.h b/ui/gl/gl_bindings.h
|
| index adf956b876e09c46dac30f3bb5eb15b434258641..1556582f0a7ac000b81641e70968109958d0ef5c 100644
|
| --- a/ui/gl/gl_bindings.h
|
| +++ b/ui/gl/gl_bindings.h
|
| @@ -53,6 +53,7 @@ typedef void (*OSMESAproc)();
|
| #if !defined(OS_MACOSX)
|
|
|
| // Forward declare EGL types.
|
| +typedef uint64 EGLTimeKHR;
|
| typedef unsigned int EGLBoolean;
|
| typedef unsigned int EGLenum;
|
| typedef int EGLint;
|
| @@ -62,6 +63,7 @@ typedef void *EGLDisplay;
|
| typedef void *EGLImageKHR;
|
| typedef void *EGLSurface;
|
| typedef void *EGLClientBuffer;
|
| +typedef void *EGLSyncKHR;
|
| typedef void (*__eglMustCastToProperFunctionPointerType)(void);
|
| typedef void* GLeglImageOES;
|
|
|
|
|