Title: [96051] trunk/Source/WebKit2
- Revision
- 96051
- Author
- [email protected]
- Date
- 2011-09-26 17:35:41 -0700 (Mon, 26 Sep 2011)
Log Message
[Qt] [WK2] Fix build after r95982
https://bugs.webkit.org/show_bug.cgi?id=68842
Reviewed by Anders Carlsson.
The patch in r95982 removed the paint() function, because it was doing
nothing (in both implementations). This patch remove the call we had
for it to fix the build.
* UIProcess/qt/qtouchwebpageproxy.cpp:
(QTouchWebPageProxy::paintContent):
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (96050 => 96051)
--- trunk/Source/WebKit2/ChangeLog 2011-09-27 00:24:17 UTC (rev 96050)
+++ trunk/Source/WebKit2/ChangeLog 2011-09-27 00:35:41 UTC (rev 96051)
@@ -1,3 +1,17 @@
+2011-09-26 Caio Marcelo de Oliveira Filho <[email protected]>
+
+ [Qt] [WK2] Fix build after r95982
+ https://bugs.webkit.org/show_bug.cgi?id=68842
+
+ Reviewed by Anders Carlsson.
+
+ The patch in r95982 removed the paint() function, because it was doing
+ nothing (in both implementations). This patch remove the call we had
+ for it to fix the build.
+
+ * UIProcess/qt/qtouchwebpageproxy.cpp:
+ (QTouchWebPageProxy::paintContent):
+
2011-09-26 Alexey Proskuryakov <[email protected]>
REGRESSION (r95747): Activating the web inspector causes the web process to be killed
Modified: trunk/Source/WebKit2/UIProcess/qt/qtouchwebpageproxy.cpp (96050 => 96051)
--- trunk/Source/WebKit2/UIProcess/qt/qtouchwebpageproxy.cpp 2011-09-27 00:24:17 UTC (rev 96050)
+++ trunk/Source/WebKit2/UIProcess/qt/qtouchwebpageproxy.cpp 2011-09-27 00:35:41 UTC (rev 96051)
@@ -49,7 +49,6 @@
void QTouchWebPageProxy::paintContent(QPainter* painter, const QRect& area)
{
- m_webPageProxy->drawingArea()->paint(IntRect(area), painter);
}
#if ENABLE(TOUCH_EVENTS)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes