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

Unified Diff: ash/animation/animation_change_type.h

Issue 2679333002: [ash-md] Remove the number of animators used for the Shelf animations. (Closed)
Patch Set: Addressed comments from patch set 4. 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
« no previous file with comments | « ash/BUILD.gn ('k') | ash/common/shelf/shelf_background_animator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/animation/animation_change_type.h
diff --git a/ash/animation/animation_change_type.h b/ash/animation/animation_change_type.h
new file mode 100644
index 0000000000000000000000000000000000000000..99dd63a92b8ba311777e119de5412ee2660a9a34
--- /dev/null
+++ b/ash/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 ASH_ANIMATION_ANIMATION_CHANGE_TYPE_H_
+#define ASH_ANIMATION_ANIMATION_CHANGE_TYPE_H_
+
+namespace ash {
+
+enum class AnimationChangeType { ANIMATE, IMMEDIATE };
+
+} // namespace ash
+
+#endif // ASH_ANIMATION_ANIMATION_CHANGE_TYPE_H_
« no previous file with comments | « ash/BUILD.gn ('k') | ash/common/shelf/shelf_background_animator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698