| Index: gpu/command_buffer/client/gles2_trace_implementation_autogen.h
|
| diff --git a/gpu/command_buffer/client/gles2_trace_implementation_autogen.h b/gpu/command_buffer/client/gles2_trace_implementation_autogen.h
|
| index 8347572078278d4648d729dbf6557c6ba640c78d..a5107e2250881ce55027b43d2ab7f6a61193f029 100644
|
| --- a/gpu/command_buffer/client/gles2_trace_implementation_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_trace_implementation_autogen.h
|
| @@ -749,6 +749,7 @@ void DrawBuffersEXT(GLsizei count, const GLenum* bufs) override;
|
| void DiscardBackbufferCHROMIUM() override;
|
| void ScheduleOverlayPlaneCHROMIUM(GLint plane_z_order,
|
| GLenum plane_transform,
|
| + GLuint storage_format,
|
| GLuint overlay_texture_id,
|
| GLint bounds_x,
|
| GLint bounds_y,
|
| @@ -757,7 +758,8 @@ void ScheduleOverlayPlaneCHROMIUM(GLint plane_z_order,
|
| GLfloat uv_x,
|
| GLfloat uv_y,
|
| GLfloat uv_width,
|
| - GLfloat uv_height) override;
|
| + GLfloat uv_height,
|
| + GLboolean handle_scaling) override;
|
| void ScheduleCALayerCHROMIUM(GLuint contents_texture_id,
|
| const GLfloat* contents_rect,
|
| GLfloat opacity,
|
|
|