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

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

Issue 11453012: Fix black background when locking with fullscreen window: (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Mock TimeTicks::Now() Created 8 years 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/base/animation/animation_container.h
diff --git a/ui/base/animation/animation_container.h b/ui/base/animation/animation_container.h
index 89f6392392402fbc8151fb4165d5e59c366d86ac..e88c3d27445fc83d62af640378a5be0a10bcbbb2 100644
--- a/ui/base/animation/animation_container.h
+++ b/ui/base/animation/animation_container.h
@@ -17,6 +17,10 @@ namespace ui {
class AnimationContainerElement;
class AnimationContainerObserver;
+namespace test {
+class AnimationContainerTestHelper;
+}
+
// AnimationContainer is used by Animation to manage the underlying timer.
// Internally each Animation creates a single AnimationContainer. You can
// group a set of Animations into the same AnimationContainer by way of
@@ -53,6 +57,7 @@ class UI_EXPORT AnimationContainer
private:
friend class base::RefCounted<AnimationContainer>;
+ friend class test::AnimationContainerTestHelper;
typedef std::set<AnimationContainerElement*> Elements;

Powered by Google App Engine
This is Rietveld 408576698