| Index: gpu/GLES2/gl2extchromium.h
|
| diff --git a/gpu/GLES2/gl2extchromium.h b/gpu/GLES2/gl2extchromium.h
|
| index 11db4b76973bec87d4389dad9584151ae748a98e..ce33b13487d627116411ac2b9bab0beb3a6c0cc1 100644
|
| --- a/gpu/GLES2/gl2extchromium.h
|
| +++ b/gpu/GLES2/gl2extchromium.h
|
| @@ -618,6 +618,16 @@ typedef GLuint (GL_APIENTRYP PFNGLINSERTSYNCPOINTCHROMIUMPROC) ();
|
| typedef void (GL_APIENTRYP PFNGLWAITSYNCPOINTCHROMIUMPROC) (GLuint sync_point);
|
| #endif /* GL_CHROMIUM_sync_point */
|
|
|
| +#ifndef GL_CHROMIUM_color_buffer_float
|
| +#define GL_CHROMIUM_color_buffer_float 1
|
| +#ifndef GL_RGBA32F
|
| +#define GL_RGBA32F 0x8814
|
| +#endif
|
| +#ifndef GL_RGB32F
|
| +#define GL_RGB32F 0x8815
|
| +#endif
|
| +#endif /* GL_CHROMIUM_color_buffer_float */
|
| +
|
| #ifdef __cplusplus
|
| }
|
| #endif
|
|
|