Index: Source/core/html/HTMLBodyElement.h |
diff --git a/Source/core/html/HTMLBodyElement.h b/Source/core/html/HTMLBodyElement.h |
index 7dd1f21c09b7bb2e28a67139b58143fa4436aa88..042b5e0d3a51f92fb9daa05043ddf136e4480a4c 100644 |
--- a/Source/core/html/HTMLBodyElement.h |
+++ b/Source/core/html/HTMLBodyElement.h |
@@ -61,10 +61,10 @@ private: |
virtual bool supportsFocus() const OVERRIDE; |
virtual int scrollLeft() OVERRIDE; |
- virtual void setScrollLeft(int) OVERRIDE; |
+ virtual void setScrollLeftInternal(int scrollLeft, ScrollBehavior) OVERRIDE; |
virtual int scrollTop() OVERRIDE; |
- virtual void setScrollTop(int) OVERRIDE; |
+ virtual void setScrollTopInternal(int scrollTop, ScrollBehavior) OVERRIDE; |
virtual int scrollHeight() OVERRIDE; |
virtual int scrollWidth() OVERRIDE; |