Index: mojo/gpu/mojo_gles2_impl_autogen.h |
diff --git a/mojo/gpu/mojo_gles2_impl_autogen.h b/mojo/gpu/mojo_gles2_impl_autogen.h |
index ca855bca49b83bf3a2e33e1cd167ecb524e9dd2d..41970899098cb5533b9ef038b66221c0965ab5d0 100644 |
--- a/mojo/gpu/mojo_gles2_impl_autogen.h |
+++ b/mojo/gpu/mojo_gles2_impl_autogen.h |
@@ -787,8 +787,12 @@ class MojoGLES2Impl : public gpu::gles2::GLES2Interface { |
void 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) override; |
void CommitOverlayPlanesCHROMIUM() override; |
void SwapInterval(GLint interval) override; |