| Index: mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h
 | 
| diff --git a/mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h b/mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h
 | 
| index ba6a5e94350be216b18ab67ce27886a04f442b7c..b2d8e2463c3e2fe9e65dace02f714152acc95f33 100644
 | 
| --- a/mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h
 | 
| +++ b/mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h
 | 
| @@ -378,14 +378,22 @@ VISIT_GL_CALL(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),
 | 
|                (contents_texture_id,
 | 
|                 contents_rect,
 | 
|                 opacity,
 | 
|                 background_color,
 | 
| -               bounds_size,
 | 
| +               edge_aa_mask,
 | 
| +               bounds_rect,
 | 
| +               is_clipped,
 | 
| +               clip_rect,
 | 
| +               sorting_context_id,
 | 
|                 transform))
 | 
|  VISIT_GL_CALL(CommitOverlayPlanesCHROMIUM, void, (), ())
 | 
|  VISIT_GL_CALL(SwapInterval, void, (GLint interval), (interval))
 | 
| 
 |