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 e67c89ac216adab8aea70121d597842ca90b5f8e..ae04ded1b8a8dfcbc33a445270c9c8a12ac43c6d 100644 |
--- a/gpu/command_buffer/client/gles2_implementation_autogen.h |
+++ b/gpu/command_buffer/client/gles2_implementation_autogen.h |
@@ -1207,4 +1207,9 @@ void OverlayPromotionHintCHROMIUM(GLuint texture, |
void SwapBuffersWithBoundsCHROMIUM(GLsizei count, const GLint* rects) override; |
+void SetDrawRectangleCHROMIUM(GLint x, |
+ GLint y, |
+ GLint width, |
+ GLint height) override; |
+ |
#endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_ |