diff options
Diffstat (limited to 'chromium/third_party/WebKit/Source/web/WebViewImpl.cpp')
-rw-r--r-- | chromium/third_party/WebKit/Source/web/WebViewImpl.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chromium/third_party/WebKit/Source/web/WebViewImpl.cpp b/chromium/third_party/WebKit/Source/web/WebViewImpl.cpp index e906bb7b5a1..22c0a1e4dd6 100644 --- a/chromium/third_party/WebKit/Source/web/WebViewImpl.cpp +++ b/chromium/third_party/WebKit/Source/web/WebViewImpl.cpp @@ -3467,7 +3467,6 @@ float WebViewImpl::maximumPageScaleFactor() const void WebViewImpl::resetScaleStateImmediately() { - page()->frameHost().visualViewport().setScale(1); pageScaleConstraintsSet().setNeedsReset(true); } |