| Index: ui/compositor/layer_animator.h
|
| diff --git a/ui/compositor/layer_animator.h b/ui/compositor/layer_animator.h
|
| index d71a936fd64fbd47940d28aa9c582e8b9fe20a27..0d183b9d97d43b95156a30298facb3bddd5d5b99 100644
|
| --- a/ui/compositor/layer_animator.h
|
| +++ b/ui/compositor/layer_animator.h
|
| @@ -209,7 +209,7 @@ class COMPOSITOR_EXPORT LayerAnimator
|
| RunningAnimation(const base::WeakPtr<LayerAnimationSequence>& sequence);
|
| ~RunningAnimation();
|
|
|
| - bool is_sequence_alive() const { return !!sequence_; }
|
| + bool is_sequence_alive() const { return !!sequence_.get(); }
|
| LayerAnimationSequence* sequence() const { return sequence_.get(); }
|
|
|
| private:
|
|
|