Title: [171403] trunk/Source/WebKit/win
Revision
171403
Author
bfulg...@apple.com
Date
2014-07-22 22:16:24 -0700 (Tue, 22 Jul 2014)

Log Message

[Win] Build fix after r171370.

* WebCoreSupport/WebEditorClient.h: Add override
for new 'overflowScrollPositionChanged'.

Modified Paths

Diff

Modified: trunk/Source/WebKit/win/ChangeLog (171402 => 171403)


--- trunk/Source/WebKit/win/ChangeLog	2014-07-23 05:15:31 UTC (rev 171402)
+++ trunk/Source/WebKit/win/ChangeLog	2014-07-23 05:16:24 UTC (rev 171403)
@@ -1,3 +1,10 @@
+2014-07-22  Brent Fulgham  <bfulg...@apple.com>
+
+        [Win] Build fix after r171370.
+
+        * WebCoreSupport/WebEditorClient.h: Add override
+        for new 'overflowScrollPositionChanged'.
+
 2014-07-03  Daniel Bates  <daba...@apple.com>
 
         Add WTF::move()

Modified: trunk/Source/WebKit/win/WebCoreSupport/WebEditorClient.h (171402 => 171403)


--- trunk/Source/WebKit/win/WebCoreSupport/WebEditorClient.h	2014-07-23 05:15:31 UTC (rev 171402)
+++ trunk/Source/WebKit/win/WebCoreSupport/WebEditorClient.h	2014-07-23 05:16:24 UTC (rev 171403)
@@ -93,6 +93,7 @@
     virtual bool doTextFieldCommandFromEvent(WebCore::Element*, WebCore::KeyboardEvent*) override;
     virtual void textWillBeDeletedInTextField(WebCore::Element* input) override;
     virtual void textDidChangeInTextArea(WebCore::Element*) override;
+    virtual void overflowScrollPositionChanged() override { }
 
     void handleKeyboardEvent(WebCore::KeyboardEvent*);
     void handleInputMethodKeydown(WebCore::KeyboardEvent*);
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to