Title: [99914] trunk/Source/WebKit2
- Revision
- 99914
- Author
- [email protected]
- Date
- 2011-11-10 16:33:23 -0800 (Thu, 10 Nov 2011)
Log Message
More attempted build fix.
* UIProcess/API/efl/PageClientImpl.cpp:
(WebKit::PageClientImpl::setFindIndicator):
* UIProcess/API/efl/PageClientImpl.h:
* UIProcess/API/gtk/PageClientImpl.cpp:
(WebKit::PageClientImpl::setFindIndicator):
* UIProcess/API/gtk/PageClientImpl.h:
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (99913 => 99914)
--- trunk/Source/WebKit2/ChangeLog 2011-11-11 00:32:33 UTC (rev 99913)
+++ trunk/Source/WebKit2/ChangeLog 2011-11-11 00:33:23 UTC (rev 99914)
@@ -1,3 +1,14 @@
+2011-11-10 Beth Dakin <[email protected]>
+
+ More attempted build fix.
+
+ * UIProcess/API/efl/PageClientImpl.cpp:
+ (WebKit::PageClientImpl::setFindIndicator):
+ * UIProcess/API/efl/PageClientImpl.h:
+ * UIProcess/API/gtk/PageClientImpl.cpp:
+ (WebKit::PageClientImpl::setFindIndicator):
+ * UIProcess/API/gtk/PageClientImpl.h:
+
2011-11-10 Anders Carlsson <[email protected]>
Fix 32-bit build.
Modified: trunk/Source/WebKit2/UIProcess/API/efl/PageClientImpl.cpp (99913 => 99914)
--- trunk/Source/WebKit2/UIProcess/API/efl/PageClientImpl.cpp 2011-11-11 00:32:33 UTC (rev 99913)
+++ trunk/Source/WebKit2/UIProcess/API/efl/PageClientImpl.cpp 2011-11-11 00:33:23 UTC (rev 99914)
@@ -197,7 +197,7 @@
return 0;
}
-void PageClientImpl::setFindIndicator(PassRefPtr<FindIndicator>, bool)
+void PageClientImpl::setFindIndicator(PassRefPtr<FindIndicator>, bool, bool)
{
notImplemented();
}
Modified: trunk/Source/WebKit2/UIProcess/API/efl/PageClientImpl.h (99913 => 99914)
--- trunk/Source/WebKit2/UIProcess/API/efl/PageClientImpl.h 2011-11-11 00:32:33 UTC (rev 99913)
+++ trunk/Source/WebKit2/UIProcess/API/efl/PageClientImpl.h 2011-11-11 00:33:23 UTC (rev 99914)
@@ -81,7 +81,7 @@
virtual PassRefPtr<WebPopupMenuProxy> createPopupMenuProxy(WebPageProxy*);
virtual PassRefPtr<WebContextMenuProxy> createContextMenuProxy(WebPageProxy*);
- virtual void setFindIndicator(PassRefPtr<FindIndicator>, bool);
+ virtual void setFindIndicator(PassRefPtr<FindIndicator>, bool, bool);
#if USE(ACCELERATED_COMPOSITING)
virtual void enterAcceleratedCompositingMode(const LayerTreeContext&);
virtual void exitAcceleratedCompositingMode();
Modified: trunk/Source/WebKit2/UIProcess/API/gtk/PageClientImpl.cpp (99913 => 99914)
--- trunk/Source/WebKit2/UIProcess/API/gtk/PageClientImpl.cpp 2011-11-11 00:32:33 UTC (rev 99913)
+++ trunk/Source/WebKit2/UIProcess/API/gtk/PageClientImpl.cpp 2011-11-11 00:33:23 UTC (rev 99914)
@@ -225,7 +225,7 @@
return WebContextMenuProxyGtk::create(m_viewWidget, page);
}
-void PageClientImpl::setFindIndicator(PassRefPtr<FindIndicator>, bool fadeOut)
+void PageClientImpl::setFindIndicator(PassRefPtr<FindIndicator>, bool fadeOut, bool animate)
{
notImplemented();
}
Modified: trunk/Source/WebKit2/UIProcess/API/gtk/PageClientImpl.h (99913 => 99914)
--- trunk/Source/WebKit2/UIProcess/API/gtk/PageClientImpl.h 2011-11-11 00:32:33 UTC (rev 99913)
+++ trunk/Source/WebKit2/UIProcess/API/gtk/PageClientImpl.h 2011-11-11 00:33:23 UTC (rev 99914)
@@ -81,7 +81,7 @@
virtual void doneWithKeyEvent(const NativeWebKeyboardEvent&, bool wasEventHandled);
virtual PassRefPtr<WebPopupMenuProxy> createPopupMenuProxy(WebPageProxy*);
virtual PassRefPtr<WebContextMenuProxy> createContextMenuProxy(WebPageProxy*);
- virtual void setFindIndicator(PassRefPtr<FindIndicator>, bool fadeOut);
+ virtual void setFindIndicator(PassRefPtr<FindIndicator>, bool fadeOut, bool animate);
virtual void didChangeScrollbarsForMainFrame() const;
virtual void flashBackingStoreUpdates(const Vector<WebCore::IntRect>& updateRects);
virtual void getEditorCommandsForKeyEvent(const NativeWebKeyboardEvent&, const AtomicString&, Vector<WTF::String>&);
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes