| Index: gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h
|
| diff --git a/gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h b/gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h
|
| index c8dea689e6f5f70a86c837c7808e793f7dbed7b6..36746467f309334eda1183a7beef4f51c3bf16c5 100644
|
| --- a/gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h
|
| @@ -2219,12 +2219,18 @@ void GLES2TraceImplementation::ScheduleCALayerCHROMIUM(
|
| GLuint contents_texture_id,
|
| const GLfloat* contents_rect,
|
| GLfloat opacity,
|
| - const GLuint background_color,
|
| - const GLfloat* bounds_size,
|
| + 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) {
|
| TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::ScheduleCALayerCHROMIUM");
|
| gl_->ScheduleCALayerCHROMIUM(contents_texture_id, contents_rect, opacity,
|
| - background_color, bounds_size, transform);
|
| + background_color, edge_aa_mask, bounds_rect,
|
| + is_clipped, clip_rect, sorting_context_id,
|
| + transform);
|
| }
|
|
|
| void GLES2TraceImplementation::CommitOverlayPlanesCHROMIUM() {
|
|
|