Title: [99915] trunk/Source/WebKit2
Revision
99915
Author
[email protected]
Date
2011-11-10 16:36:48 -0800 (Thu, 10 Nov 2011)

Log Message

Once more for the QT build.

* UIProcess/qt/QtWebPageProxy.cpp:
(QtWebPageProxy::setFindIndicator):
* UIProcess/qt/QtWebPageProxy.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (99914 => 99915)


--- trunk/Source/WebKit2/ChangeLog	2011-11-11 00:33:23 UTC (rev 99914)
+++ trunk/Source/WebKit2/ChangeLog	2011-11-11 00:36:48 UTC (rev 99915)
@@ -1,5 +1,13 @@
 2011-11-10  Beth Dakin  <[email protected]>
 
+        Once more for the QT build.
+
+        * UIProcess/qt/QtWebPageProxy.cpp:
+        (QtWebPageProxy::setFindIndicator):
+        * UIProcess/qt/QtWebPageProxy.h:
+
+2011-11-10  Beth Dakin  <[email protected]>
+
         More attempted build fix.
 
         * UIProcess/API/efl/PageClientImpl.cpp:

Modified: trunk/Source/WebKit2/UIProcess/qt/QtWebPageProxy.cpp (99914 => 99915)


--- trunk/Source/WebKit2/UIProcess/qt/QtWebPageProxy.cpp	2011-11-11 00:33:23 UTC (rev 99914)
+++ trunk/Source/WebKit2/UIProcess/qt/QtWebPageProxy.cpp	2011-11-11 00:36:48 UTC (rev 99915)
@@ -524,7 +524,7 @@
     return WebContextMenuProxyQt::create(m_webPageProxy.get(), m_viewInterface);
 }
 
-void QtWebPageProxy::setFindIndicator(PassRefPtr<FindIndicator>, bool fadeOut)
+void QtWebPageProxy::setFindIndicator(PassRefPtr<FindIndicator>, bool fadeOut, bool animate)
 {
 }
 

Modified: trunk/Source/WebKit2/UIProcess/qt/QtWebPageProxy.h (99914 => 99915)


--- trunk/Source/WebKit2/UIProcess/qt/QtWebPageProxy.h	2011-11-11 00:33:23 UTC (rev 99914)
+++ trunk/Source/WebKit2/UIProcess/qt/QtWebPageProxy.h	2011-11-11 00:36:48 UTC (rev 99915)
@@ -120,7 +120,7 @@
     virtual PassRefPtr<WebKit::WebPopupMenuProxy> createPopupMenuProxy(WebKit::WebPageProxy*);
     virtual PassRefPtr<WebKit::WebContextMenuProxy> createContextMenuProxy(WebKit::WebPageProxy*);
 
-    virtual void setFindIndicator(PassRefPtr<WebKit::FindIndicator>, bool fadeOut);
+    virtual void setFindIndicator(PassRefPtr<WebKit::FindIndicator>, bool fadeOut, bool animate);
 
     virtual void didCommitLoadForMainFrame(bool useCustomRepresentation);
     virtual void didFinishLoadingDataForCustomRepresentation(const String& suggestedFilename, const CoreIPC::DataReference&);
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to