| Index: cc/blink/web_to_cc_animation_delegate_adapter.cc | 
| diff --git a/cc/blink/web_to_cc_animation_delegate_adapter.cc b/cc/blink/web_to_cc_animation_delegate_adapter.cc | 
| index fcec11fd92ea436984dac1144949579e0f6eb0f2..3bdf0d47f8536293931c763450f165ce3fdbf318 100644 | 
| --- a/cc/blink/web_to_cc_animation_delegate_adapter.cc | 
| +++ b/cc/blink/web_to_cc_animation_delegate_adapter.cc | 
| @@ -40,4 +40,12 @@ void WebToCCAnimationDelegateAdapter::NotifyAnimationFinished( | 
| #endif | 
| } | 
|  | 
| +void WebToCCAnimationDelegateAdapter::NotifyAnimationAborted( | 
| +    base::TimeTicks monotonic_time, | 
| +    cc::Animation::TargetProperty target_property, | 
| +    int group) { | 
| +  delegate_->notifyAnimationAborted( | 
| +      (monotonic_time - base::TimeTicks()).InSecondsF(), group); | 
| +} | 
| + | 
| }  // namespace cc_blink | 
|  |