| Index: cc/blink/web_compositor_animation_player_unittest.cc | 
| diff --git a/cc/blink/web_compositor_animation_player_unittest.cc b/cc/blink/web_compositor_animation_player_unittest.cc | 
| index 8a3b1544d9588d9d64bfb1382acb405cdd3778da..ec355b1e505144c2364ed5d733861c1b78048bec 100644 | 
| --- a/cc/blink/web_compositor_animation_player_unittest.cc | 
| +++ b/cc/blink/web_compositor_animation_player_unittest.cc | 
| @@ -25,6 +25,7 @@ class MockWebCompositorAnimationDelegate | 
|  | 
| MOCK_METHOD2(notifyAnimationStarted, void(double, int)); | 
| MOCK_METHOD2(notifyAnimationFinished, void(double, int)); | 
| +  MOCK_METHOD2(notifyAnimationAborted, void(double, int)); | 
| }; | 
|  | 
| // Test that when the animation delegate is null, the animation player | 
|  |