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 b13c3b0c43bfa85d046121437ee380efda5b999e..384423b11c35ccd69b890e4521be78a26d671858 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); |