Index: third_party/WebKit/Source/web/WebViewImpl.cpp |
diff --git a/third_party/WebKit/Source/web/WebViewImpl.cpp b/third_party/WebKit/Source/web/WebViewImpl.cpp |
index 447d451843d430d612d2f3822b3401d34b2c2617..5e190f1da77090818b977b81e85e42478eb88a0c 100644 |
--- a/third_party/WebKit/Source/web/WebViewImpl.cpp |
+++ b/third_party/WebKit/Source/web/WebViewImpl.cpp |
@@ -3791,7 +3791,6 @@ void WebViewImpl::sendResizeEventAndRepaint() |
} |
} |
updatePageOverlays(); |
- m_devToolsEmulator->viewportChanged(); |
} |
void WebViewImpl::configureAutoResizeMode() |
@@ -4147,7 +4146,6 @@ void WebViewImpl::pageScaleFactorChanged() |
{ |
pageScaleConstraintsSet().setNeedsReset(false); |
updateLayerTreeViewport(); |
- m_devToolsEmulator->viewportChanged(); |
m_client->pageScaleFactorChanged(); |
} |