| 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 28ff4850419ffa16834af6abea76cfb493761ec3..3192f24cef973a5222c9a55ce15e5f45eeac0506 100644
|
| --- a/gpu/command_buffer/client/gles2_trace_implementation_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_trace_implementation_autogen.h
|
| @@ -732,16 +732,16 @@ void ScheduleOverlayPlaneCHROMIUM(GLint plane_z_order,
|
| GLfloat uv_y,
|
| GLfloat uv_width,
|
| GLfloat uv_height) override;
|
| +void ScheduleCALayerSharedStateCHROMIUM(GLfloat opacity,
|
| + GLboolean is_clipped,
|
| + const GLfloat* clip_rect,
|
| + GLint sorting_context_id,
|
| + const GLfloat* transform) override;
|
| void ScheduleCALayerCHROMIUM(GLuint contents_texture_id,
|
| const GLfloat* contents_rect,
|
| - GLfloat opacity,
|
| GLuint background_color,
|
| GLuint edge_aa_mask,
|
| const GLfloat* bounds_rect,
|
| - GLboolean is_clipped,
|
| - const GLfloat* clip_rect,
|
| - GLint sorting_context_id,
|
| - const GLfloat* transform,
|
| GLuint filter) override;
|
| void ScheduleCALayerInUseQueryCHROMIUM(GLsizei count,
|
| const GLuint* textures) override;
|
|
|