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

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: 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..d21c81ef108e771b3d3bf570323e1f0f2ce5f0d8
--- /dev/null
+++ b/ui/gfx/animation/animation_change_type.h
@@ -0,0 +1,17 @@
+// 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 AnimationChangeType {
+ ANIMATION_CHANGE_ANIMATE,
+ ANIMATION_CHANGE_IMMEDIATE
+};
+
+} // namespace gfx
+
+#endif // UI_GFX_ANIMATION_ANIMATION_CHANGE_TYPE_H_

Powered by Google App Engine
This is Rietveld 408576698