| Index: ui/gl/gl_surface_glx.h
|
| diff --git a/ui/gl/gl_surface_glx.h b/ui/gl/gl_surface_glx.h
|
| index d29c62b0587dce86ce31cc85cbcf549ba2eb3736..2d5a4945e5fa2b8b74a5b61997ff31c439957368 100644
|
| --- a/ui/gl/gl_surface_glx.h
|
| +++ b/ui/gl/gl_surface_glx.h
|
| @@ -35,6 +35,8 @@ class GL_EXPORT GLSurfaceGLX : public GLSurface {
|
| static bool HasGLXExtension(const char* name);
|
| static bool IsCreateContextSupported();
|
| static bool IsCreateContextRobustnessSupported();
|
| + static bool IsCreateContextProfileSupported();
|
| + static bool IsCreateContextES2ProfileSupported();
|
| static bool IsTextureFromPixmapSupported();
|
| static bool IsOMLSyncControlSupported();
|
|
|
|
|