| Index: Source/web/WebViewImpl.cpp
|
| diff --git a/Source/web/WebViewImpl.cpp b/Source/web/WebViewImpl.cpp
|
| index 38a0553d0af224ed7fd473dcc023b28adf606ec6..e6c40529630be5dfc80a49542e70244259c5a180 100644
|
| --- a/Source/web/WebViewImpl.cpp
|
| +++ b/Source/web/WebViewImpl.cpp
|
| @@ -4301,6 +4301,9 @@ void WebViewImpl::updateLayerTreeViewport()
|
| return;
|
|
|
| m_layerTreeView->setPageScaleFactorAndLimits(pageScaleFactor(), minimumPageScaleFactor(), maximumPageScaleFactor());
|
| +
|
| + if (pinchVirtualViewportEnabled())
|
| + page()->frameHost().pinchViewport().adjustScrollbarExistence();
|
| }
|
|
|
| void WebViewImpl::updateLayerTreeBackgroundColor()
|
|
|