| Index: gpu/command_buffer/client/gles2_interface_stub_autogen.h
|
| diff --git a/gpu/command_buffer/client/gles2_interface_stub_autogen.h b/gpu/command_buffer/client/gles2_interface_stub_autogen.h
|
| index ac0f7a6852c33f2d265fa38f7bbc3885e4faf041..f71fa2fe357de274df0d7348c6c4393abc34ca04 100644
|
| --- a/gpu/command_buffer/client/gles2_interface_stub_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_interface_stub_autogen.h
|
| @@ -872,4 +872,8 @@ void SwapBuffersWithDamageCHROMIUM(GLint x,
|
| GLint y,
|
| GLint width,
|
| GLint height) override;
|
| +void SetDrawRectangleCHROMIUM(GLint x,
|
| + GLint y,
|
| + GLint width,
|
| + GLint height) override;
|
| #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_AUTOGEN_H_
|
|
|