Upstream version 11.39.250.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / scroll / ScrollView.h
index cccd70e..761517a 100644 (file)
@@ -265,7 +265,7 @@ protected:
     virtual void updateScrollCorner();
     virtual void invalidateScrollCornerRect(const IntRect&) OVERRIDE;
 
-    void scrollContentsIfNeeded();
+    virtual void scrollContentsIfNeeded();
     // Scroll the content by via the compositor.
     virtual bool scrollContentsFastPath(const IntSize& scrollDelta) { return true; }
     // Scroll the content by invalidating everything.