Index: gpu/command_buffer/client/gles2_implementation_autogen.h |
diff --git a/gpu/command_buffer/client/gles2_implementation_autogen.h b/gpu/command_buffer/client/gles2_implementation_autogen.h |
index 5703956e4154559a6335d7fe553c1cf4fe6888df..c4cc3cd0bc64cf401a5b54cf69fe3d2832f39225 100644 |
--- a/gpu/command_buffer/client/gles2_implementation_autogen.h |
+++ b/gpu/command_buffer/client/gles2_implementation_autogen.h |
@@ -497,6 +497,13 @@ virtual void GetTranslatedShaderSourceANGLE( |
virtual void PostSubBufferCHROMIUM( |
GLint x, GLint y, GLint width, GLint height) OVERRIDE; |
+virtual void SetOverlayPlaneCHROMIUM(GLint plane_id, |
+ GLenum texture_id, |
+ GLint x, |
+ GLint y, |
+ GLint width, |
+ GLint height) OVERRIDE; |
+ |
virtual void TexImageIOSurface2DCHROMIUM( |
GLenum target, GLsizei width, GLsizei height, GLuint ioSurfaceId, |
GLuint plane) OVERRIDE; |