| Index: gpu/GLES2/gl2extchromium.h | 
| diff --git a/gpu/GLES2/gl2extchromium.h b/gpu/GLES2/gl2extchromium.h | 
| index 11db4b76973bec87d4389dad9584151ae748a98e..cfae533b966eecc07d9268622513a1b18dde524e 100644 | 
| --- a/gpu/GLES2/gl2extchromium.h | 
| +++ b/gpu/GLES2/gl2extchromium.h | 
| @@ -618,6 +618,23 @@ typedef GLuint (GL_APIENTRYP PFNGLINSERTSYNCPOINTCHROMIUMPROC) (); | 
| typedef void (GL_APIENTRYP PFNGLWAITSYNCPOINTCHROMIUMPROC) (GLuint sync_point); | 
| #endif  /* GL_CHROMIUM_sync_point */ | 
|  | 
| +/* GL_CHROMIUM_set_overlay_plane */ | 
| +#ifndef GL_CHROMIUM_set_overlay_plane | 
| +#define GL_CHROMIUM_set_overlay_plane 1 | 
| +#ifdef GL_GLEXT_PROTOTYPES | 
| +GL_APICALL void GL_APIENTRY glSetOverlayPlaneCHROMIUM(GLint plane_id, | 
| +                                                      GLenum texture_id, | 
| +                                                      GLint x, | 
| +                                                      GLint y, | 
| +                                                      GLint width, | 
| +                                                      GLint height); | 
| +#endif | 
| +typedef void(GL_APIENTRYP PFNGLSETOVERLAYPLANECHROMIUMPROC)(GLint x, | 
| +                                                            GLint y, | 
| +                                                            GLint width, | 
| +                                                            GLint height); | 
| +#endif /* GL_CHROMIUM_set_overlay_plane */ | 
| + | 
| #ifdef __cplusplus | 
| } | 
| #endif | 
|  |