| Index: gpu/command_buffer/client/gles2_c_lib_autogen.h
|
| diff --git a/gpu/command_buffer/client/gles2_c_lib_autogen.h b/gpu/command_buffer/client/gles2_c_lib_autogen.h
|
| index 717604dcb712476ed45a4cbbdd00ac84649543d8..55e6df43a77983dac88ad96959744e68f2b4e567 100644
|
| --- a/gpu/command_buffer/client/gles2_c_lib_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_c_lib_autogen.h
|
| @@ -677,6 +677,15 @@ void GLES2GetTranslatedShaderSourceANGLE(
|
| void GLES2PostSubBufferCHROMIUM(GLint x, GLint y, GLint width, GLint height) {
|
| gles2::GetGLContext()->PostSubBufferCHROMIUM(x, y, width, height);
|
| }
|
| +void GLES2SetOverlayPlaneCHROMIUM(GLint plane_id,
|
| + GLenum texture_id,
|
| + GLint x,
|
| + GLint y,
|
| + GLint width,
|
| + GLint height) {
|
| + gles2::GetGLContext()->SetOverlayPlaneCHROMIUM(
|
| + plane_id, texture_id, x, y, width, height);
|
| +}
|
| void GLES2TexImageIOSurface2DCHROMIUM(
|
| GLenum target, GLsizei width, GLsizei height, GLuint ioSurfaceId,
|
| GLuint plane) {
|
|
|