Index: Source/core/rendering/RenderTextControlSingleLine.h |
diff --git a/Source/core/rendering/RenderTextControlSingleLine.h b/Source/core/rendering/RenderTextControlSingleLine.h |
index 950c361492133cbc7d6f3843653eae68f949bce6..063e92fa74a319db7d84f876f8bb73eb0dc141e3 100644 |
--- a/Source/core/rendering/RenderTextControlSingleLine.h |
+++ b/Source/core/rendering/RenderTextControlSingleLine.h |
@@ -64,8 +64,8 @@ private: |
virtual int scrollTop() const OVERRIDE FINAL; |
virtual int scrollWidth() const OVERRIDE FINAL; |
virtual int scrollHeight() const OVERRIDE FINAL; |
- virtual void setScrollLeft(int) OVERRIDE FINAL; |
- virtual void setScrollTop(int) OVERRIDE FINAL; |
+ virtual void setScrollLeft(int, ScrollBehavior) OVERRIDE FINAL; |
+ virtual void setScrollTop(int, ScrollBehavior) OVERRIDE FINAL; |
int textBlockWidth() const; |
virtual float getAvgCharWidth(AtomicString family) OVERRIDE FINAL; |