| 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 00c3a908f1d4235716904beea9dc77306810cb9d..a16fe5d3bfbde12dc67d762d8ba0b62f38a3a56f 100644
|
| --- a/gpu/command_buffer/client/gles2_interface_stub_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_interface_stub_autogen.h
|
| @@ -288,7 +288,8 @@ virtual void* MapTexSubImage2DCHROMIUM(
|
| GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width,
|
| GLsizei height, GLenum format, GLenum type, GLenum access) OVERRIDE;
|
| virtual void UnmapTexSubImage2DCHROMIUM(const void* mem) OVERRIDE;
|
| -virtual void ResizeCHROMIUM(GLuint width, GLuint height) OVERRIDE;
|
| +virtual void ResizeCHROMIUM(
|
| + GLuint width, GLuint height, GLfloat scale_factor) OVERRIDE;
|
| virtual const GLchar* GetRequestableExtensionsCHROMIUM() OVERRIDE;
|
| virtual void RequestExtensionCHROMIUM(const char* extension) OVERRIDE;
|
| virtual void RateLimitOffscreenContextCHROMIUM() OVERRIDE;
|
|
|