| 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 60951315cbe9e46acb0ab8158e934b75bab4d8a0..db32e559622e13997114bd135621dc47812d2905 100644
|
| --- a/gpu/command_buffer/client/gles2_cmd_helper_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_cmd_helper_autogen.h
|
| @@ -3196,4 +3196,12 @@ void SwapBuffersWithBoundsCHROMIUMImmediate(GLsizei count, const GLint* rects) {
|
| }
|
| }
|
|
|
| +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_
|
|
|