| Index: gpu/GLES2/gl2extchromium.h
|
| diff --git a/gpu/GLES2/gl2extchromium.h b/gpu/GLES2/gl2extchromium.h
|
| index 6ef50e2db254e12c36eb7b45492d747fc938456a..5d8170dd5c68551c1cf217f07ac76a7f7144fa4b 100644
|
| --- a/gpu/GLES2/gl2extchromium.h
|
| +++ b/gpu/GLES2/gl2extchromium.h
|
| @@ -782,7 +782,8 @@ glScheduleCALayerCHROMIUM(GLuint contents_texture_id,
|
| const GLfloat* bounds_rect,
|
| GLuint filter);
|
| GL_APICALL void GL_APIENTRY
|
| -glScheduleCALayerInUseQueryCHROMIUM(GLsizei count, const GLuint* textures);
|
| +glScheduleCALayerInUseQueryCHROMIUM(GLsizei count,
|
| + const GLuint* textures_and_handle_requests);
|
| #endif
|
| typedef void(GL_APIENTRYP PFNGLSCHEDULECALAYERSHAREDSTATECHROMIUMPROC)(
|
| GLfloat opacity,
|
|
|