summaryrefslogtreecommitdiffstats
path: root/src/core/gl_surface_qt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/gl_surface_qt.h')
-rw-r--r--src/core/gl_surface_qt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/gl_surface_qt.h b/src/core/gl_surface_qt.h
index 010f7064a..70b5fb6b6 100644
--- a/src/core/gl_surface_qt.h
+++ b/src/core/gl_surface_qt.h
@@ -53,6 +53,8 @@ class GLSurfaceQt: public GLSurface {
public:
explicit GLSurfaceQt(const gfx::Size& size);
+ static bool HasEGLExtension(const char* name);
+
// Implement GLSurface.
virtual void* GetDisplay() Q_DECL_OVERRIDE;
virtual void* GetConfig() Q_DECL_OVERRIDE;