Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(200)

Unified Diff: ui/gfx/animation/animation.h

Issue 2976873003: Added a nested class to gfx::Animation (Closed)
Patch Set: Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {}

Powered by Google App Engine
This is Rietveld 408576698