| 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." },
|
|
|