Title: [176385] trunk/Source/WebKit2
Revision
176385
Author
[email protected]
Date
2014-11-20 00:29:51 -0800 (Thu, 20 Nov 2014)

Log Message

[GTK] URTBF after r176363.

* UIProcess/API/gtk/PageClientImpl.cpp:
(WebKit::PageClientImpl::setTextIndicator):
* UIProcess/API/gtk/PageClientImpl.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (176384 => 176385)


--- trunk/Source/WebKit2/ChangeLog	2014-11-20 08:23:19 UTC (rev 176384)
+++ trunk/Source/WebKit2/ChangeLog	2014-11-20 08:29:51 UTC (rev 176385)
@@ -1,3 +1,11 @@
+2014-11-20  Csaba Osztrogonác  <[email protected]>
+
+        [GTK] URTBF after r176363.
+
+        * UIProcess/API/gtk/PageClientImpl.cpp:
+        (WebKit::PageClientImpl::setTextIndicator):
+        * UIProcess/API/gtk/PageClientImpl.h:
+
 2014-11-19  Yongjun Zhang  <[email protected]>
 
         Don't track sub-resources that are started after main frame progress has completed.

Modified: trunk/Source/WebKit2/UIProcess/API/gtk/PageClientImpl.cpp (176384 => 176385)


--- trunk/Source/WebKit2/UIProcess/API/gtk/PageClientImpl.cpp	2014-11-20 08:23:19 UTC (rev 176384)
+++ trunk/Source/WebKit2/UIProcess/API/gtk/PageClientImpl.cpp	2014-11-20 08:29:51 UTC (rev 176385)
@@ -233,7 +233,7 @@
 }
 #endif
 
-void PageClientImpl::setTextIndicator(PassRefPtr<TextIndicator>, bool /* fadeOut */, bool /* animate */)
+void PageClientImpl::setTextIndicator(PassRefPtr<TextIndicator>, bool /* fadeOut */)
 {
     notImplemented();
 }

Modified: trunk/Source/WebKit2/UIProcess/API/gtk/PageClientImpl.h (176384 => 176385)


--- trunk/Source/WebKit2/UIProcess/API/gtk/PageClientImpl.h	2014-11-20 08:23:19 UTC (rev 176384)
+++ trunk/Source/WebKit2/UIProcess/API/gtk/PageClientImpl.h	2014-11-20 08:29:51 UTC (rev 176385)
@@ -93,7 +93,7 @@
 #if ENABLE(INPUT_TYPE_COLOR)
     virtual PassRefPtr<WebColorPicker> createColorPicker(WebPageProxy*, const WebCore::Color& intialColor, const WebCore::IntRect&) override;
 #endif
-    virtual void setTextIndicator(PassRefPtr<TextIndicator>, bool fadeOut, bool animate) override;
+    virtual void setTextIndicator(PassRefPtr<TextIndicator>, bool fadeOut) override;
     virtual void getEditorCommandsForKeyEvent(const NativeWebKeyboardEvent&, const AtomicString&, Vector<WTF::String>&) override;
     virtual void updateTextInputState() override;
 #if ENABLE(DRAG_SUPPORT)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to