| Index: ui/gl/gl_surface_egl.h
 | 
| diff --git a/ui/gl/gl_surface_egl.h b/ui/gl/gl_surface_egl.h
 | 
| index 6e003f88c4839b1efee3470fc474a7bfd7e3af66..67c881268bdb36273b5a3bf46fc552c72132514b 100644
 | 
| --- a/ui/gl/gl_surface_egl.h
 | 
| +++ b/ui/gl/gl_surface_egl.h
 | 
| @@ -92,6 +92,7 @@ class GL_EXPORT GLSurfaceEGL : public GLSurface {
 | 
|    static bool IsCreateContextBindGeneratesResourceSupported();
 | 
|    static bool IsCreateContextWebGLCompatabilitySupported();
 | 
|    static bool IsEGLSurfacelessContextSupported();
 | 
| +  static bool IsEGLContextPrioritySupported();
 | 
|    static bool IsDirectCompositionSupported();
 | 
|  
 | 
|   protected:
 | 
| 
 |