Index: third_party/WebKit/Source/core/frame/VisualViewport.cpp |
diff --git a/third_party/WebKit/Source/core/frame/VisualViewport.cpp b/third_party/WebKit/Source/core/frame/VisualViewport.cpp |
index 80b1d29542cdcb6f3679388a2940f8af350da087..8d9269bd28cf7ff44f060988760a29d7b6b248a4 100644 |
--- a/third_party/WebKit/Source/core/frame/VisualViewport.cpp |
+++ b/third_party/WebKit/Source/core/frame/VisualViewport.cpp |
@@ -423,6 +423,11 @@ bool VisualViewport::visualViewportSuppliesScrollbars() const |
return frameHost().settings().viewportMetaEnabled(); |
} |
+bool VisualViewport::scrollAnimatorEnabled() const |
+{ |
+ return frameHost().settings().scrollAnimatorEnabled(); |
+} |
+ |
void VisualViewport::clearLayersForTreeView(WebLayerTreeView* layerTreeView) const |
{ |
ASSERT(layerTreeView); |