| Index: gpu/command_buffer/client/gles2_cmd_helper_autogen.h | 
| diff --git a/gpu/command_buffer/client/gles2_cmd_helper_autogen.h b/gpu/command_buffer/client/gles2_cmd_helper_autogen.h | 
| index 1ff6dc420e4e6c575d04817750e838040f5c38e2..87c4584169b1d5fe6911ebe9aa758f7d2e146f69 100644 | 
| --- a/gpu/command_buffer/client/gles2_cmd_helper_autogen.h | 
| +++ b/gpu/command_buffer/client/gles2_cmd_helper_autogen.h | 
| @@ -1770,6 +1770,19 @@ | 
| } | 
| } | 
|  | 
| +  void SetOverlayPlaneCHROMIUM(GLint plane_id, | 
| +                               GLenum texture_id, | 
| +                               GLint x, | 
| +                               GLint y, | 
| +                               GLint width, | 
| +                               GLint height) { | 
| +    gles2::cmds::SetOverlayPlaneCHROMIUM* c = | 
| +        GetCmdSpace<gles2::cmds::SetOverlayPlaneCHROMIUM>(); | 
| +    if (c) { | 
| +      c->Init(plane_id, texture_id, x, y, width, height); | 
| +    } | 
| +  } | 
| + | 
| void TexImageIOSurface2DCHROMIUM( | 
| GLenum target, GLsizei width, GLsizei height, GLuint ioSurfaceId, | 
| GLuint plane) { | 
|  |