Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1260)

Unified Diff: third_party/WebKit/Source/web/WebViewImpl.cpp

Issue 1641003003: [DevTools] Small cleanup after device mode v2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@device-mode-cleanup-split
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/web/InspectorEmulationAgent.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
}
« no previous file with comments | « third_party/WebKit/Source/web/InspectorEmulationAgent.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698