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

Unified Diff: third_party/WebKit/Source/devtools/protocol.json

Issue 1417173002: Devtools Animations: Pause button based on groups not global (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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/devtools/protocol.json
diff --git a/third_party/WebKit/Source/devtools/protocol.json b/third_party/WebKit/Source/devtools/protocol.json
index a29fd250eeb4a99f9a02741839e040b75c6b9ea8..dff962f735be7ce36eb2cf70bcfebc28ee4bdf82 100644
--- a/third_party/WebKit/Source/devtools/protocol.json
+++ b/third_party/WebKit/Source/devtools/protocol.json
@@ -5083,6 +5083,14 @@
"description": "Returns the current time of the an animation."
},
{
+ "name": "setPaused",
+ "parameters": [
+ { "name": "animations", "type": "array", "items": { "type": "string" }, "description": "Animations to set the pause state of." },
+ { "name": "paused", "type": "boolean", "description": "Paused state to set to." }
+ ],
+ "description": "Sets the paused state of a set of animations."
+ },
+ {
"name": "setTiming",
"parameters": [
{ "name": "animationId", "type": "string", "description": "Animation id." },

Powered by Google App Engine
This is Rietveld 408576698