| 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 3123b59cc7bf4e19eddb64dc391308d626a7d5e9..b60730b5ba215e9d8d65f14e2685c9c4f61824fc 100644
|
| --- a/gpu/command_buffer/client/gles2_implementation_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_implementation_autogen.h
|
| @@ -453,7 +453,8 @@ virtual void* MapTexSubImage2DCHROMIUM(
|
|
|
| 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;
|
|
|
|
|