| Index: gpu/GLES2/gl2extchromium.h
|
| diff --git a/gpu/GLES2/gl2extchromium.h b/gpu/GLES2/gl2extchromium.h
|
| index 50a6247ec96a6ec6b59d1c06f04f654592a8f8e7..0eb89ce84b294d649cd77e4c8e0b7d4f581b6ab7 100644
|
| --- a/gpu/GLES2/gl2extchromium.h
|
| +++ b/gpu/GLES2/gl2extchromium.h
|
| @@ -351,6 +351,10 @@ typedef void (GL_APIENTRYP PFNGLBLITFRAMEBUFFERCHROMIUMPROC) (GLint srcX0, GLint
|
| #endif
|
| #endif /* GL_CHROMIUM_async_pixel_transfers */
|
|
|
| +#ifndef GL_BIND_GENERATES_RESOURCE_CHROMIUM
|
| +#define GL_BIND_GENERATES_RESOURCE_CHROMIUM 0x9244
|
| +#endif
|
| +
|
| /* GL_CHROMIUM_copy_texture */
|
| #ifndef GL_CHROMIUM_copy_texture
|
| #define GL_CHROMIUM_copy_texture 1
|
|
|