| 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 dd4206ca87dfa17bdc875d4c91f1c6e5d1b18b8c..eeab1befcde2994d29a054362921dcc2840400ab 100644
|
| --- a/gpu/command_buffer/client/gles2_implementation_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_implementation_autogen.h
|
| @@ -1212,4 +1212,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_
|
|
|