Index: third_party/WebKit/Source/core/frame/VisualViewport.h |
diff --git a/third_party/WebKit/Source/core/frame/VisualViewport.h b/third_party/WebKit/Source/core/frame/VisualViewport.h |
index 606f3079ece90709dded3deb9ba53cf8777e6963..9316f90bc89d0b32213d3cce1e441068fe9fea9c 100644 |
--- a/third_party/WebKit/Source/core/frame/VisualViewport.h |
+++ b/third_party/WebKit/Source/core/frame/VisualViewport.h |
@@ -186,6 +186,7 @@ public: |
IntRect scrollableAreaBoundingBox() const override; |
bool userInputScrollable(ScrollbarOrientation) const override { return true; } |
bool shouldPlaceVerticalScrollbarOnLeft() const override { return false; } |
+ bool scrollAnimatorEnabled() const override; |
void scrollControlWasSetNeedsPaintInvalidation() override { } |
void setScrollOffset(const IntPoint&, ScrollType) override; |
void setScrollOffset(const DoublePoint&, ScrollType) override; |