Index: gpu/command_buffer/client/gles2_interface_autogen.h |
diff --git a/gpu/command_buffer/client/gles2_interface_autogen.h b/gpu/command_buffer/client/gles2_interface_autogen.h |
index c3c3f9065bef467621f5d3b7518f2d4534165854..0135c3e2ca7cbd0388416912e715ed04adcd2ea2 100644 |
--- a/gpu/command_buffer/client/gles2_interface_autogen.h |
+++ b/gpu/command_buffer/client/gles2_interface_autogen.h |
@@ -487,4 +487,15 @@ virtual GLuint InsertSyncPointCHROMIUM() = 0; |
virtual void WaitSyncPointCHROMIUM(GLuint sync_point) = 0; |
virtual void DrawBuffersEXT(GLsizei count, const GLenum* bufs) = 0; |
virtual void DiscardBackbufferCHROMIUM() = 0; |
+virtual void ScheduleOverlayPlaneCHROMIUM(GLint plane_z_order, |
+ GLenum plane_transform, |
+ GLuint overlay_texture_id, |
+ GLint bounds_x, |
+ GLint bounds_y, |
+ GLint bounds_width, |
+ GLint bounds_height, |
+ GLfloat uv_x, |
+ GLfloat uv_y, |
+ GLfloat uv_width, |
+ GLfloat uv_height) = 0; |
#endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_AUTOGEN_H_ |