From 84f31c11b77a62212451cb77adae63219e06de96 Mon Sep 17 00:00:00 2001 From: Jocelyn Turcotte Date: Tue, 1 Apr 2014 10:27:13 +0200 Subject: Revert part of the RenderWidgetHostViewQtDelegate refactoring This reverts parts of commit 9c198939be1ef064d1a2430a4b9991f2fe16f359. This does keeps the popup fixes and removes support for QWebEnginePage::setViewportSize and QWebEnginePage::render until we can evaluate the needs vs the cost of such feature. Change-Id: I1b55b751d463717b1462393ea8cd353422f8fdbb Reviewed-by: Simon Hausmann --- tests/auto/widgets/qwebenginepage/tst_qwebenginepage.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'tests') diff --git a/tests/auto/widgets/qwebenginepage/tst_qwebenginepage.cpp b/tests/auto/widgets/qwebenginepage/tst_qwebenginepage.cpp index 7e1d811e8..9abc3ad0b 100644 --- a/tests/auto/widgets/qwebenginepage/tst_qwebenginepage.cpp +++ b/tests/auto/widgets/qwebenginepage/tst_qwebenginepage.cpp @@ -1159,7 +1159,6 @@ class CursorTrackedPage : public QWebEnginePage public: CursorTrackedPage(QWidget *parent = 0): QWebEnginePage(parent) { - setViewportSize(QSize(1024, 768)); // big space } QString selectedText() { -- cgit v1.2.3