Title: [105762] trunk/Source/WebKit2
Revision
105762
Author
[email protected]
Date
2012-01-24 11:26:14 -0800 (Tue, 24 Jan 2012)

Log Message

Unreviewed build fix for Qt.

* WebProcess/WebPage/qt/LayerTreeHostQt.cpp:
(WebKit::LayerTreeHostQt::showDebugBorders):
(WebKit::LayerTreeHostQt::showRepaintCounter):

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (105761 => 105762)


--- trunk/Source/WebKit2/ChangeLog	2012-01-24 19:25:00 UTC (rev 105761)
+++ trunk/Source/WebKit2/ChangeLog	2012-01-24 19:26:14 UTC (rev 105762)
@@ -1,3 +1,11 @@
+2012-01-24  Alexis Menard  <[email protected]>
+
+        Unreviewed build fix for Qt.
+
+        * WebProcess/WebPage/qt/LayerTreeHostQt.cpp:
+        (WebKit::LayerTreeHostQt::showDebugBorders):
+        (WebKit::LayerTreeHostQt::showRepaintCounter):
+
 2012-01-23  Simon Fraser  <[email protected]>
 
         Show layer borders for scrollbar layers

Modified: trunk/Source/WebKit2/WebProcess/WebPage/qt/LayerTreeHostQt.cpp (105761 => 105762)


--- trunk/Source/WebKit2/WebProcess/WebPage/qt/LayerTreeHostQt.cpp	2012-01-24 19:25:00 UTC (rev 105761)
+++ trunk/Source/WebKit2/WebProcess/WebPage/qt/LayerTreeHostQt.cpp	2012-01-24 19:26:14 UTC (rev 105762)
@@ -371,12 +371,12 @@
     }
 }
 
-bool LayerTreeHostQt::showDebugBorders() const
+bool LayerTreeHostQt::showDebugBorders(const WebCore::GraphicsLayer*) const
 {
     return m_webPage->corePage()->settings()->showDebugBorders();
 }
 
-bool LayerTreeHostQt::showRepaintCounter() const
+bool LayerTreeHostQt::showRepaintCounter(const WebCore::GraphicsLayer*) const
 {
     return m_webPage->corePage()->settings()->showRepaintCounter();
 }
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to