| 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 47d4bacc5deb241a2dba11fa7d8b5463614a79d9..099a0fad6980a696272962aa89452421286593c8 100644
|
| --- a/third_party/WebKit/Source/devtools/protocol.json
|
| +++ b/third_party/WebKit/Source/devtools/protocol.json
|
| @@ -5164,6 +5164,13 @@
|
| { "name": "animation", "$ref": "Animation", "description": "Animation that was started." }
|
| ],
|
| "description": "Event for animation that has been started."
|
| + },
|
| + {
|
| + "name": "animationCanceled",
|
| + "parameters": [
|
| + { "name": "id", "type": "string", "description": "Id of the animation that was cancelled."}
|
| + ],
|
| + "description": "Event for when an animation has been cancelled."
|
| }
|
| ]
|
| },
|
|
|