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 300fc739ee5999aaf99446c547e43e3fb3342f52..a7253b54d52c1e8be84f7e6a0309b28daa6f33cd 100644 |
--- a/gpu/command_buffer/client/gles2_cmd_helper_autogen.h |
+++ b/gpu/command_buffer/client/gles2_cmd_helper_autogen.h |
@@ -3194,4 +3194,12 @@ void SwapBuffersWithDamageCHROMIUM(GLint x, |
} |
} |
+void SetDrawRectangleCHROMIUM(GLint x, GLint y, GLint width, GLint height) { |
+ gles2::cmds::SetDrawRectangleCHROMIUM* c = |
+ GetCmdSpace<gles2::cmds::SetDrawRectangleCHROMIUM>(); |
+ if (c) { |
+ c->Init(x, y, width, height); |
+ } |
+} |
+ |
#endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_CMD_HELPER_AUTOGEN_H_ |