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