| 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 8b88e82bdb3d9b1d1a9615b3aff2850ecb11372c..0e6b2454e4879da4214ef1d7a4409cdaadc32158 100644
|
| --- a/third_party/WebKit/Source/core/frame/VisualViewport.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/VisualViewport.cpp
|
| @@ -416,7 +416,7 @@ void VisualViewport::registerLayersWithTreeView(WebLayerTreeView* layerTreeView)
|
|
|
| bool VisualViewport::visualViewportSuppliesScrollbars() const
|
| {
|
| - return frameHost().settings().viewportMetaEnabled();
|
| + return frameHost().settings().viewportEnabled();
|
| }
|
|
|
| bool VisualViewport::scrollAnimatorEnabled() const
|
|
|