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

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

Issue 2854783003: Remove the last references from production code to WebViewImpl. (Closed)
Patch Set: Created 3 years, 8 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
Index: third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp
diff --git a/third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp b/third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp
index 5b9449cb185a247d0af235833dd6c3875b1856d3..8fa45af76a799beac868704d12e590e10ff17ce0 100644
--- a/third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp
+++ b/third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp
@@ -166,7 +166,7 @@ class ClientMessageLoopAdapter : public MainThreadDebugger::ClientMessageLoop {
// 1. Disable input events.
WebFrameWidgetBase::SetIgnoreInputEvents(true);
- for (const auto view : WebViewImpl::AllInstances())
+ for (const auto view : WebViewBase::AllInstances())
view->ChromeClient().NotifyPopupOpeningObservers();
// 2. Notify embedder about pausing.

Powered by Google App Engine
This is Rietveld 408576698