| Index: ui/compositor/layer_animator.h
|
| diff --git a/ui/compositor/layer_animator.h b/ui/compositor/layer_animator.h
|
| index 48e8a1e0ab40c4a36ecebb8d70f790273b57f2ba..c9dedd027d291a90bacc0083319bedc9c1cccf3e 100644
|
| --- a/ui/compositor/layer_animator.h
|
| +++ b/ui/compositor/layer_animator.h
|
| @@ -343,7 +343,7 @@ class COMPOSITOR_EXPORT LayerAnimator
|
| void OnAnimationStarted(const cc::AnimationEvent& event) override;
|
|
|
| // Implementation of LayerThreadedAnimationDelegate.
|
| - void AddThreadedAnimation(scoped_ptr<cc::Animation> animation) override;
|
| + void AddThreadedAnimation(std::unique_ptr<cc::Animation> animation) override;
|
| void RemoveThreadedAnimation(int animation_id) override;
|
|
|
| void AttachLayerToAnimationPlayer(int layer_id);
|
|
|