| Index: ui/compositor/layer_animation_sequence.h
|
| diff --git a/ui/compositor/layer_animation_sequence.h b/ui/compositor/layer_animation_sequence.h
|
| index 0dad650123e6748a96c199f69308e4f149d4e4a4..98afe9eb0ac0fe6875f9c48eb15ae63ecef40a67 100644
|
| --- a/ui/compositor/layer_animation_sequence.h
|
| +++ b/ui/compositor/layer_animation_sequence.h
|
| @@ -140,6 +140,9 @@ class COMPOSITOR_EXPORT LayerAnimationSequence
|
| // Notifies the observers that this sequence has been scheduled.
|
| void NotifyScheduled();
|
|
|
| + // Notifies the observers that this sequence has been started.
|
| + void NotifyStarted();
|
| +
|
| // Notifies the observers that this sequence has ended.
|
| void NotifyEnded();
|
|
|
|
|