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

Unified Diff: Source/web/WebDevToolsAgentImpl.cpp

Issue 1311783003: Devtools[LayoutEditor]: Rework layout-editor workflow (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@resize
Patch Set: Rebase on dgozman changes Created 5 years, 4 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: Source/web/WebDevToolsAgentImpl.cpp
diff --git a/Source/web/WebDevToolsAgentImpl.cpp b/Source/web/WebDevToolsAgentImpl.cpp
index 093feb415c7c0d24559c7c0f84345d0b29b4136d..86f16ef01c20e705afeb174f4cd2b039144c0050 100644
--- a/Source/web/WebDevToolsAgentImpl.cpp
+++ b/Source/web/WebDevToolsAgentImpl.cpp
@@ -485,7 +485,7 @@ void WebDevToolsAgentImpl::initializeDeferredAgents()
adoptPtr(new PageInjectedScriptHostClient()));
if (m_overlay)
- m_overlay->init(m_cssAgent.get(), debuggerAgent);
+ m_overlay->init(m_cssAgent.get(), debuggerAgent, m_domAgent);
}
void WebDevToolsAgentImpl::registerAgent(PassOwnPtrWillBeRawPtr<InspectorAgent> agent)
« Source/devtools/front_end/sdk/DOMModel.js ('K') | « Source/web/InspectorOverlayImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698