| 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 36f962068c3dd39c9ee25752b4aa7b901fa75685..21824ed71be1e2d29257da188aba96dec22c5989 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
|
|
|