| Index: third_party/WebKit/Source/platform/animation/CompositorAnimationPlayer.h
|
| diff --git a/third_party/WebKit/Source/platform/animation/CompositorAnimationPlayer.h b/third_party/WebKit/Source/platform/animation/CompositorAnimationPlayer.h
|
| index 9019fe6841d7b3ac7b93d692891a46eb07e0e874..b58d656f00dbebacbe90f19a852201d6ec686eb1 100644
|
| --- a/third_party/WebKit/Source/platform/animation/CompositorAnimationPlayer.h
|
| +++ b/third_party/WebKit/Source/platform/animation/CompositorAnimationPlayer.h
|
| @@ -45,9 +45,9 @@ public:
|
|
|
| private:
|
| // cc::AnimationDelegate implementation.
|
| - void NotifyAnimationStarted(base::TimeTicks monotonicTime, cc::Animation::TargetProperty, int group) override;
|
| - void NotifyAnimationFinished(base::TimeTicks monotonicTime, cc::Animation::TargetProperty, int group) override;
|
| - void NotifyAnimationAborted(base::TimeTicks monotonicTime, cc::Animation::TargetProperty, int group) override;
|
| + void NotifyAnimationStarted(base::TimeTicks monotonicTime, cc::TargetProperty::Type, int group) override;
|
| + void NotifyAnimationFinished(base::TimeTicks monotonicTime, cc::TargetProperty::Type, int group) override;
|
| + void NotifyAnimationAborted(base::TimeTicks monotonicTime, cc::TargetProperty::Type, int group) override;
|
|
|
| scoped_refptr<cc::AnimationPlayer> m_animationPlayer;
|
| WebCompositorAnimationDelegate* m_delegate;
|
|
|