| Index: Source/platform/scroll/ScrollView.h
|
| diff --git a/Source/platform/scroll/ScrollView.h b/Source/platform/scroll/ScrollView.h
|
| index 3eb8d3b3681c7f960f940dccdbf99912cdd6a994..7bc0aee70efdd3e8aebc4ca45ec2eb0a6d6c7198 100644
|
| --- a/Source/platform/scroll/ScrollView.h
|
| +++ b/Source/platform/scroll/ScrollView.h
|
| @@ -271,7 +271,7 @@
|
| 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.
|
|
|