summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2019-11-04 10:17:41 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2019-11-08 13:19:05 +0100
commit025710fa77f80c0940705bc4ad405872b5aeecfe (patch)
treecd0a92556a62ee68d6d342f2c2237388d3057018 /src
parent7f1a6eede94d448436d42691d76e4fd76190b5fc (diff)
Disable robustness again
It again doesn't work and now causes extra problems, even on the intended hardware in the intended use-case. Change-Id: Ie915cb07bdbdfd1a5db83a8e565e43dfc74f042c Fixes: QTBUG-78461 Reviewed-by: Michal Klocek <michal.klocek@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/core/api/qtwebenginecoreglobal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/api/qtwebenginecoreglobal.cpp b/src/core/api/qtwebenginecoreglobal.cpp
index b27de4c23..9e2a4a5b1 100644
--- a/src/core/api/qtwebenginecoreglobal.cpp
+++ b/src/core/api/qtwebenginecoreglobal.cpp
@@ -126,7 +126,7 @@ Q_WEBENGINECORE_PRIVATE_EXPORT void initialize()
shareContext = new QOpenGLContext;
QSurfaceFormat format = QSurfaceFormat::defaultFormat();
- format.setOption(QSurfaceFormat::ResetNotification);
+// format.setOption(QSurfaceFormat::ResetNotification);
shareContext->setFormat(format);
shareContext->create();
qAddPostRoutine(deleteShareContext);