| 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 ce1d8b72dbe868a20107e9dc724449e69127949d..9ff8718dd962b00ad87e7079f6b49e87f3db28f4 100644
|
| --- a/gpu/command_buffer/client/gles2_cmd_helper_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_cmd_helper_autogen.h
|
| @@ -2410,10 +2410,13 @@ void UnmapBuffer(GLenum target) {
|
| }
|
| }
|
|
|
| -void ResizeCHROMIUM(GLuint width, GLuint height, GLfloat scale_factor) {
|
| +void ResizeCHROMIUM(GLuint width,
|
| + GLuint height,
|
| + GLfloat scale_factor,
|
| + GLboolean alpha) {
|
| gles2::cmds::ResizeCHROMIUM* c = GetCmdSpace<gles2::cmds::ResizeCHROMIUM>();
|
| if (c) {
|
| - c->Init(width, height, scale_factor);
|
| + c->Init(width, height, scale_factor, alpha);
|
| }
|
| }
|
|
|
|
|