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

Unified Diff: Source/core/inspector/InspectorInstrumentation.idl

Issue 1081753002: Devtools Animations: Support multiple frames in the animation timeline (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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: Source/core/inspector/InspectorInstrumentation.idl
diff --git a/Source/core/inspector/InspectorInstrumentation.idl b/Source/core/inspector/InspectorInstrumentation.idl
index 38011bfd763178cc4b66cf2ba0d04ffae5151d4b..2a187a4900793ea5bbc500eaf1e53dcb839238fc 100644
--- a/Source/core/inspector/InspectorInstrumentation.idl
+++ b/Source/core/inspector/InspectorInstrumentation.idl
@@ -68,7 +68,7 @@ interface InspectorInstrumentation {
#include "core/dom/PseudoElement.h"
// We should call PageDebuggerAgent method first otherwise this method resets script cache and removes scripts executed by other agents.
- [PageDebugger, Page, PageRuntime]
+ [PageDebugger, Page, PageRuntime, Animation]
void didClearDocumentOfWindowObject([Keep] LocalFrame*);
[DOMDebugger, Inline=FastReturn]
« no previous file with comments | « Source/core/inspector/InspectorAnimationAgent.cpp ('k') | Source/devtools/front_end/elements/AnimationControlPane.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698