Chromium Code Reviews| Index: cc/animation/layer_animation_event_observer.h |
| diff --git a/cc/animation/layer_animation_event_observer.h b/cc/animation/layer_animation_event_observer.h |
| index 9f7f04bbfeabf5cc1860087890c7725a3e88ce6a..93d606edcc86553254fdcb769ae1addd2465bb80 100644 |
| --- a/cc/animation/layer_animation_event_observer.h |
| +++ b/cc/animation/layer_animation_event_observer.h |
| @@ -9,6 +9,8 @@ |
| namespace cc { |
| +struct AnimationEvent; |
| + |
| class CC_EXPORT LayerAnimationEventObserver { |
| public: |
| virtual void OnAnimationStarted(const AnimationEvent& event) = 0; |