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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/ozone/gl_context_qt.h b/src/core/ozone/gl_context_qt.h
index 8559af313..cc4f6b0d1 100644
--- a/src/core/ozone/gl_context_qt.h
+++ b/src/core/ozone/gl_context_qt.h
@@ -70,6 +70,7 @@ private:
Q_INVOKABLE bool initializeContextOnBrowserThread(gl::GLContext* context, gl::GLSurface* surface, gl::GLContextAttribs attribs);
static GLContextHelper* contextHelper;
+ bool m_robustness = false;
};
QT_END_NAMESPACE