Index: Source/platform/scroll/ScrollView.h |
diff --git a/Source/platform/scroll/ScrollView.h b/Source/platform/scroll/ScrollView.h |
index 7bc0aee70efdd3e8aebc4ca45ec2eb0a6d6c7198..ba8d892aa1e75652b4c926a83c736e759dd42055 100644 |
--- a/Source/platform/scroll/ScrollView.h |
+++ b/Source/platform/scroll/ScrollView.h |
@@ -55,9 +55,6 @@ public: |
virtual void notifyPageThatContentAreaWillPaint() const; |
- // NOTE: This should only be called by the overriden setScrollOffset from ScrollableArea. |
- virtual void scrollTo(const IntSize& newOffset); |
- |
// The window that hosts the ScrollView. The ScrollView will communicate scrolls and repaints to the |
// host window in the window's coordinate space. |
virtual HostWindow* hostWindow() const = 0; |
@@ -258,6 +255,9 @@ public: |
protected: |
ScrollView(); |
+ // NOTE: This should only be called by the overriden setScrollOffset from ScrollableArea. |
+ virtual void scrollTo(const IntSize& newOffset); |
+ |
virtual void contentRectangleForPaintInvalidation(const IntRect&); |
virtual void paintContents(GraphicsContext*, const IntRect& damageRect) = 0; |