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

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

Issue 2467403002: [DevTools] migrate Animation to new style (Closed)
Patch Set: rebased Created 4 years, 1 month 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 d826ccb5038f74de3200cd7db76201744f9bb891..40d7049d4810944ecf7bcbce5a1bc06d09249451 100644
--- a/third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp
+++ b/third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp
@@ -399,7 +399,7 @@ void WebDevToolsAgentImpl::initializeSession(int sessionId,
m_session->append(cssAgent);
m_session->append(new InspectorAnimationAgent(
- m_inspectedFrames.get(), m_domAgent, cssAgent, m_session->v8Session()));
+ m_inspectedFrames.get(), cssAgent, m_session->v8Session()));
m_session->append(InspectorMemoryAgent::create());
« no previous file with comments | « third_party/WebKit/Source/core/inspector/InspectorAnimationAgent.cpp ('k') | third_party/inspector_protocol/CodeGenerator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698