Index: Source/core/rendering/RenderTextControlSingleLine.h |
diff --git a/Source/core/rendering/RenderTextControlSingleLine.h b/Source/core/rendering/RenderTextControlSingleLine.h |
index 60715c0deb9a5089940b097cfc2b9b7641862c2c..6fc4221975d7b5c34f65ff49800534390667b401 100644 |
--- a/Source/core/rendering/RenderTextControlSingleLine.h |
+++ b/Source/core/rendering/RenderTextControlSingleLine.h |
@@ -63,8 +63,8 @@ private: |
virtual LayoutUnit scrollTop() const OVERRIDE FINAL; |
virtual LayoutUnit scrollWidth() const OVERRIDE FINAL; |
virtual LayoutUnit scrollHeight() const OVERRIDE FINAL; |
- virtual void setScrollLeft(LayoutUnit) OVERRIDE FINAL; |
- virtual void setScrollTop(LayoutUnit) OVERRIDE FINAL; |
+ virtual void setScrollLeft(LayoutUnit, ScrollBehavior) OVERRIDE FINAL; |
+ virtual void setScrollTop(LayoutUnit, ScrollBehavior) OVERRIDE FINAL; |
int textBlockWidth() const; |
virtual float getAvgCharWidth(AtomicString family) OVERRIDE FINAL; |