| Index: gpu/command_buffer/client/gles2_cmd_helper_autogen.h
|
| diff --git a/gpu/command_buffer/client/gles2_cmd_helper_autogen.h b/gpu/command_buffer/client/gles2_cmd_helper_autogen.h
|
| index 1a99879e6a6e88e9234755b342a1aaa5b4c2ee51..a290365bcc70ed35b659175808d4830f60592e3d 100644
|
| --- a/gpu/command_buffer/client/gles2_cmd_helper_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_cmd_helper_autogen.h
|
| @@ -1777,11 +1777,11 @@
|
| }
|
| }
|
|
|
| - void ResizeCHROMIUM(GLuint width, GLuint height) {
|
| + void ResizeCHROMIUM(GLuint width, GLuint height, GLfloat scale_factor) {
|
| gles2::cmds::ResizeCHROMIUM* c =
|
| GetCmdSpace<gles2::cmds::ResizeCHROMIUM>();
|
| if (c) {
|
| - c->Init(width, height);
|
| + c->Init(width, height, scale_factor);
|
| }
|
| }
|
|
|
|
|