Index: ui/gfx/animation/animation.h |
diff --git a/ui/gfx/animation/animation.h b/ui/gfx/animation/animation.h |
index e26bb212d3a71a0df5edd882d83d72a1c50c7ad1..40ea5dee5248fd6a56574cc165eff70a25b3a2d6 100644 |
--- a/ui/gfx/animation/animation.h |
+++ b/ui/gfx/animation/animation.h |
@@ -69,6 +69,8 @@ class ANIMATION_EXPORT Animation : public AnimationContainerElement { |
// process. |
static bool ScrollAnimationsEnabledBySystem(); |
+ class AnimationTestApi; |
sky
2017/07/12 19:16:19
Make this a top-level class (not inside Animation)
newcomer
2017/07/13 21:19:28
Done.
|
+ |
protected: |
// Invoked from Start to allow subclasses to prepare for the animation. |
virtual void AnimationStarted() {} |