| Index: cc/blink/web_to_cc_animation_delegate_adapter.h
|
| diff --git a/cc/blink/web_to_cc_animation_delegate_adapter.h b/cc/blink/web_to_cc_animation_delegate_adapter.h
|
| index b52a7589bc0788d13e9f5be161230e7cae93e780..4d52cb478b940033b230000e7b96da41c5f711ad 100644
|
| --- a/cc/blink/web_to_cc_animation_delegate_adapter.h
|
| +++ b/cc/blink/web_to_cc_animation_delegate_adapter.h
|
| @@ -21,14 +21,12 @@ class WebToCCAnimationDelegateAdapter : public cc::AnimationDelegate {
|
| blink::WebCompositorAnimationDelegate* delegate);
|
|
|
| private:
|
| - virtual void NotifyAnimationStarted(
|
| - base::TimeTicks monotonic_time,
|
| - cc::Animation::TargetProperty target_property,
|
| - int group) override;
|
| - virtual void NotifyAnimationFinished(
|
| - base::TimeTicks monotonic_time,
|
| - cc::Animation::TargetProperty target_property,
|
| - int group) override;
|
| + void NotifyAnimationStarted(base::TimeTicks monotonic_time,
|
| + cc::Animation::TargetProperty target_property,
|
| + int group) override;
|
| + void NotifyAnimationFinished(base::TimeTicks monotonic_time,
|
| + cc::Animation::TargetProperty target_property,
|
| + int group) override;
|
|
|
| blink::WebCompositorAnimationDelegate* delegate_;
|
|
|
|
|