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

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

Issue 2679333002: [ash-md] Remove the number of animators used for the Shelf animations. (Closed)
Patch Set: Addressed review comments and updated ShelfBackgroundAnimator::animator_ lifetime. Created 3 years, 10 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_change_type.h
diff --git a/ui/gfx/animation/animation_change_type.h b/ui/gfx/animation/animation_change_type.h
new file mode 100644
index 0000000000000000000000000000000000000000..b09884d49cc0c60c7c412f12416ca1c60eb00bba
--- /dev/null
+++ b/ui/gfx/animation/animation_change_type.h
@@ -0,0 +1,14 @@
+// Copyright 2017 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef UI_GFX_ANIMATION_ANIMATION_CHANGE_TYPE_H_
+#define UI_GFX_ANIMATION_ANIMATION_CHANGE_TYPE_H_
+
+namespace gfx {
+
+enum class AnimationChangeType { ANIMATE, IMMEDIATE };
sky 2017/02/10 20:54:16 This isn't used in this package at all, so I would
bruthig 2017/02/10 22:45:36 Done.
+
+} // namespace gfx
+
+#endif // UI_GFX_ANIMATION_ANIMATION_CHANGE_TYPE_H_

Powered by Google App Engine
This is Rietveld 408576698