| Index: Source/platform/scroll/ScrollView.h
 | 
| diff --git a/Source/platform/scroll/ScrollView.h b/Source/platform/scroll/ScrollView.h
 | 
| index 7bc0aee70efdd3e8aebc4ca45ec2eb0a6d6c7198..3eb8d3b3681c7f960f940dccdbf99912cdd6a994 100644
 | 
| --- a/Source/platform/scroll/ScrollView.h
 | 
| +++ b/Source/platform/scroll/ScrollView.h
 | 
| @@ -271,7 +271,7 @@ protected:
 | 
|      virtual void updateScrollCorner();
 | 
|      virtual void invalidateScrollCornerRect(const IntRect&) OVERRIDE;
 | 
|  
 | 
| -    virtual void scrollContentsIfNeeded();
 | 
| +    void scrollContentsIfNeeded();
 | 
|      // Scroll the content by via the compositor.
 | 
|      virtual bool scrollContentsFastPath(const IntSize& scrollDelta) { return true; }
 | 
|      // Scroll the content by invalidating everything.
 | 
| 
 |