summaryrefslogtreecommitdiffstats
path: root/src/core/ozone/gl_context_qt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ozone/gl_context_qt.h')
-rw-r--r--src/core/ozone/gl_context_qt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/ozone/gl_context_qt.h b/src/core/ozone/gl_context_qt.h
index cc4f6b0d1..612aae3f5 100644
--- a/src/core/ozone/gl_context_qt.h
+++ b/src/core/ozone/gl_context_qt.h
@@ -65,6 +65,8 @@ public:
static QFunctionPointer getGlXGetProcAddress();
static QFunctionPointer getEglGetProcAddress();
static bool isCreateContextRobustnessSupported();
+ static void *getGlxPlatformInterface();
+ static void *getEglPlatformInterface();
private:
Q_INVOKABLE bool initializeContextOnBrowserThread(gl::GLContext* context, gl::GLSurface* surface, gl::GLContextAttribs attribs);