summaryrefslogtreecommitdiffstats
path: root/src/core/gl_context_qt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/gl_context_qt.h')
-rw-r--r--src/core/gl_context_qt.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/gl_context_qt.h b/src/core/gl_context_qt.h
index 1ad6d2944..0ee6d12dd 100644
--- a/src/core/gl_context_qt.h
+++ b/src/core/gl_context_qt.h
@@ -58,6 +58,12 @@ public:
static void destroy();
static bool initializeContext(gfx::GLContext* context, gfx::GLSurface* surface);
+ static void* getEGLConfig();
+ static void* getXConfig();
+ static void* getEGLDisplay();
+ static void* getXDisplay();
+ static void* getNativeDisplay();
+
private:
Q_INVOKABLE bool initializeContextOnBrowserThread(gfx::GLContext* context, gfx::GLSurface* surface);