Index: gpu/command_buffer/client/gles2_cmd_helper_autogen.h |
diff --git a/gpu/command_buffer/client/gles2_cmd_helper_autogen.h b/gpu/command_buffer/client/gles2_cmd_helper_autogen.h |
index 76a9f4a1267d6d50dec0bd5add7678db75558c86..ff04a95eb3131adb514474d41f3729a4d0e0d3e3 100644 |
--- a/gpu/command_buffer/client/gles2_cmd_helper_autogen.h |
+++ b/gpu/command_buffer/client/gles2_cmd_helper_autogen.h |
@@ -1787,6 +1787,19 @@ |
} |
} |
+ void SetOverlayPlaneCHROMIUM(GLint plane_id, |
+ GLenum texture_id, |
+ GLint x, |
+ GLint y, |
+ GLint width, |
+ GLint height) { |
+ gles2::cmds::SetOverlayPlaneCHROMIUM* c = |
+ GetCmdSpace<gles2::cmds::SetOverlayPlaneCHROMIUM>(); |
+ if (c) { |
+ c->Init(plane_id, texture_id, x, y, width, height); |
+ } |
+ } |
+ |
void TexImageIOSurface2DCHROMIUM( |
GLenum target, GLsizei width, GLsizei height, GLuint ioSurfaceId, |
GLuint plane) { |