| Index: gpu/GLES2/gl2extchromium.h
|
| diff --git a/gpu/GLES2/gl2extchromium.h b/gpu/GLES2/gl2extchromium.h
|
| index 30924332ead78a75267cf0223215225b9a1944c4..2d5355246dd844deceebbcf845b95b098c655c28 100644
|
| --- a/gpu/GLES2/gl2extchromium.h
|
| +++ b/gpu/GLES2/gl2extchromium.h
|
| @@ -1211,6 +1211,11 @@ GL_APICALL void GL_APIENTRY glCoverageModulationCHROMIUM(GLenum components);
|
| #define GL_COVERAGE_MODULATION_CHROMIUM 0x9332
|
| #endif /* GL_CHROMIUM_framebuffer_mixed_samples */
|
|
|
| +#ifndef GL_ARB_occlusion_query
|
| +#define GL_ARB_occlusion_query 1
|
| +#define GL_SAMPLES_PASSED_ARB 0x8914
|
| +#endif /* GL_ARB_occlusion_query */
|
| +
|
| #ifdef __cplusplus
|
| }
|
| #endif
|
|
|