| Index: gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| diff --git a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| index ddc7cecd13b6a1ecfe4fdb89f710717ad6012e16..f859d8094b27eeeea5cdfdfb80f2129eb9c3c28a 100644
|
| --- a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| @@ -860,7 +860,8 @@ void* GLES2InterfaceStub::MapTexSubImage2DCHROMIUM(GLenum /* target */,
|
| void GLES2InterfaceStub::UnmapTexSubImage2DCHROMIUM(const void* /* mem */) {}
|
| void GLES2InterfaceStub::ResizeCHROMIUM(GLuint /* width */,
|
| GLuint /* height */,
|
| - GLfloat /* scale_factor */) {}
|
| + GLfloat /* scale_factor */,
|
| + GLboolean /* alpha */) {}
|
| const GLchar* GLES2InterfaceStub::GetRequestableExtensionsCHROMIUM() {
|
| return 0;
|
| }
|
|
|