| Index: gpu/GLES2/gl2extchromium.h
|
| diff --git a/gpu/GLES2/gl2extchromium.h b/gpu/GLES2/gl2extchromium.h
|
| index bf7b3a0c6004d5b8628bbe7f4397d21161eca834..15b26cf0f5e550a959792490749660b594946e08 100644
|
| --- a/gpu/GLES2/gl2extchromium.h
|
| +++ b/gpu/GLES2/gl2extchromium.h
|
| @@ -792,6 +792,8 @@ glScheduleCALayerCHROMIUM(GLuint contents_texture_id,
|
| GLint sorting_context_id,
|
| const GLfloat* transform,
|
| GLuint filter);
|
| +GL_APICALL void GL_APIENTRY
|
| +glScheduleCALayerInUseQueryCHROMIUM(GLuint n, const GLuint* textures);
|
| #endif
|
| typedef void(GL_APIENTRYP PFNGLSCHEDULECALAYERCHROMIUMPROC)(
|
| GLuint contents_texture_id,
|
| @@ -805,6 +807,9 @@ typedef void(GL_APIENTRYP PFNGLSCHEDULECALAYERCHROMIUMPROC)(
|
| GLint sorting_context_id,
|
| const GLfloat* transform,
|
| GLuint filter);
|
| +typedef void(GL_APIENTRYP PFNGLSCHEDULECALAYERINUSEQUERYCHROMIUMPROC)(
|
| + GLuint n,
|
| + const GLuint* textures);
|
| #endif /* GL_CHROMIUM_schedule_ca_layer */
|
|
|
| /* GL_CHROMIUM_sync_query */
|
|
|