| Index: ui/compositor/layer_animation_sequence.h
|
| diff --git a/ui/compositor/layer_animation_sequence.h b/ui/compositor/layer_animation_sequence.h
|
| index 1cd1a9fc35025152997935aee74d69063155e9e1..e050439da7eed4a7687f224b309596bb1448b05d 100644
|
| --- a/ui/compositor/layer_animation_sequence.h
|
| +++ b/ui/compositor/layer_animation_sequence.h
|
| @@ -18,10 +18,6 @@
|
| #include "ui/compositor/compositor_export.h"
|
| #include "ui/compositor/layer_animation_element.h"
|
|
|
| -namespace cc {
|
| -struct AnimationEvent;
|
| -}
|
| -
|
| namespace ui {
|
|
|
| class LayerAnimationDelegate;
|
| @@ -120,7 +116,9 @@ class COMPOSITOR_EXPORT LayerAnimationSequence
|
| void RemoveObserver(LayerAnimationObserver* observer);
|
|
|
| // Called when a threaded animation is actually started.
|
| - void OnThreadedAnimationStarted(const cc::AnimationEvent& event);
|
| + void OnThreadedAnimationStarted(base::TimeTicks monotonic_time,
|
| + cc::TargetProperty::Type target_property,
|
| + int group_id);
|
|
|
| // Called when the animator schedules this sequence.
|
| void OnScheduled();
|
|
|