summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorabecsi@webkit.org <abecsi@webkit.org>2013-05-07 11:01:55 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-05-07 14:31:42 +0200
commit26e6818bad39d90cff38583971d29de89051d9ae (patch)
treea5a08764a73377a764dbda7af20a99e252983673
parentadd8d6a5a12f28869926df8164293d413debd3bd (diff)
QQuickWindowPrivate::setRenderWithoutShowing has been removed from Qt 5v5.1.0-beta1
https://bugs.webkit.org/show_bug.cgi?id=114808 Reviewed by Jocelyn Turcotte. QQuickWindow::grabWindow() has been implemented for isVisible=false for Qt 5.1. (https://codereview.qt-project.org/#change,54234) * WebKitTestRunner/qt/PlatformWebViewQt.cpp: (WTR::WrapperWindow::handleStatusChanged): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@149667 268f45cc-cd09-0410-ab3c-d52691b4dbfc Change-Id: Ia99581d147ff7444cc791e937a39fea70f18c0b2 Reviewed-by: Jocelyn Turcotte <jocelyn.turcotte@digia.com>
-rw-r--r--Tools/WebKitTestRunner/qt/PlatformWebViewQt.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Tools/WebKitTestRunner/qt/PlatformWebViewQt.cpp b/Tools/WebKitTestRunner/qt/PlatformWebViewQt.cpp
index 47d407e50..0c32c73b3 100644
--- a/Tools/WebKitTestRunner/qt/PlatformWebViewQt.cpp
+++ b/Tools/WebKitTestRunner/qt/PlatformWebViewQt.cpp
@@ -65,7 +65,6 @@ private Q_SLOTS:
if (PlatformWebView::windowShapshotEnabled()) {
setSurfaceType(OpenGLSurface);
create();
- QQuickWindowPrivate::get(this)->setRenderWithoutShowing(true);
} else
m_view->experimental()->setRenderToOffscreenBuffer(true);