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

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

Issue 2053113002: Replaced BackgroundAnimator with ShelfBackgroundAnimator. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Made the ShelfView add/remove itself as an observer from the ShelfBackgroundAnimator. Created 4 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
« ash/shelf/shelf.h ('K') | « ash/wm/overview/window_selector_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/animation/animation_container.h
diff --git a/ui/gfx/animation/animation_container.h b/ui/gfx/animation/animation_container.h
index 459773876d9dae7a44d02599f789a93ff2012741..8bfd199ff931089babf091f19f4599d2b117a29b 100644
--- a/ui/gfx/animation/animation_container.h
+++ b/ui/gfx/animation/animation_container.h
@@ -26,6 +26,10 @@ class AnimationContainerObserver;
//
// AnimationContainer is ref counted. Each Animation contained within the
// AnimationContainer own it.
+//
+// TODO(bruthig): Enhance to use the same clock source as |timer_| so that tests
+// can control animations using a SingleThreadTaskRunner test double.
+// (See https://crbug.com/630684)
class GFX_EXPORT AnimationContainer
: public base::RefCounted<AnimationContainer> {
public:
« ash/shelf/shelf.h ('K') | « ash/wm/overview/window_selector_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698