| 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 148f3afb19a036dc7884d9cdde1c4cc9a861d6b4..f7bb8a0885cc5c709663d577fe7889974bc087f0 100644
|
| --- a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| @@ -1025,6 +1025,7 @@ void GLES2InterfaceStub::DiscardBackbufferCHROMIUM() {}
|
| void GLES2InterfaceStub::ScheduleOverlayPlaneCHROMIUM(
|
| GLint /* plane_z_order */,
|
| GLenum /* plane_transform */,
|
| + GLuint /* storage_format*/,
|
| GLuint /* overlay_texture_id */,
|
| GLint /* bounds_x */,
|
| GLint /* bounds_y */,
|
| @@ -1033,7 +1034,8 @@ void GLES2InterfaceStub::ScheduleOverlayPlaneCHROMIUM(
|
| GLfloat /* uv_x */,
|
| GLfloat /* uv_y */,
|
| GLfloat /* uv_width */,
|
| - GLfloat /* uv_height */) {}
|
| + GLfloat /* uv_height */,
|
| + GLboolean /* handle_scaling */) {}
|
| void GLES2InterfaceStub::ScheduleCALayerCHROMIUM(
|
| GLuint /* contents_texture_id */,
|
| const GLfloat* /* contents_rect */,
|
|
|