| Index: ui/compositor/layer_animation_sequence.h
|
| diff --git a/ui/compositor/layer_animation_sequence.h b/ui/compositor/layer_animation_sequence.h
|
| index 898f65bb8c3b175e6122bae2ab86183f569004b9..1cd1a9fc35025152997935aee74d69063155e9e1 100644
|
| --- a/ui/compositor/layer_animation_sequence.h
|
| +++ b/ui/compositor/layer_animation_sequence.h
|
| @@ -18,6 +18,10 @@
|
| #include "ui/compositor/compositor_export.h"
|
| #include "ui/compositor/layer_animation_element.h"
|
|
|
| +namespace cc {
|
| +struct AnimationEvent;
|
| +}
|
| +
|
| namespace ui {
|
|
|
| class LayerAnimationDelegate;
|
|
|