| Index: mojo/gpu/mojo_gles2_impl_autogen.cc
|
| diff --git a/mojo/gpu/mojo_gles2_impl_autogen.cc b/mojo/gpu/mojo_gles2_impl_autogen.cc
|
| index 6380a30c64e3901bf530d684c9d486a11b249e56..5818a65477e51bd0afc871357fd56cb6f3d3206a 100644
|
| --- a/mojo/gpu/mojo_gles2_impl_autogen.cc
|
| +++ b/mojo/gpu/mojo_gles2_impl_autogen.cc
|
| @@ -1704,12 +1704,18 @@ void MojoGLES2Impl::ScheduleOverlayPlaneCHROMIUM(GLint plane_z_order,
|
| void MojoGLES2Impl::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) {
|
| MojoGLES2MakeCurrent(context_);
|
| glScheduleCALayerCHROMIUM(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 MojoGLES2Impl::CommitOverlayPlanesCHROMIUM() {
|
| MojoGLES2MakeCurrent(context_);
|
|
|