| Index: third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl | 
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl | 
| index 583491519c12a4c150f809917bac527cb952f5e4..8bb736ce467e827b5b211ccba85474f4a55b545c 100644 | 
| --- a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl | 
| +++ b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl | 
| @@ -417,6 +417,9 @@ interface InspectorInstrumentation { | 
| void didCreateAnimation(Document*, unsigned); | 
|  | 
| [Animation, Inline=FastReturn] | 
| +    void didCancelAnimation(Document*, unsigned); | 
| + | 
| +    [Animation, Inline=FastReturn] | 
| void didStartAnimation(Document*, Animation* player); | 
| } | 
|  | 
|  |