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

Unified Diff: ash/common/wm/overview/overview_animation_type.h

Issue 2734653002: chromeos: Move files in //ash/common to //ash (Closed)
Patch Set: fix a11y tests, fix docs 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: ash/common/wm/overview/overview_animation_type.h
diff --git a/ash/common/wm/overview/overview_animation_type.h b/ash/common/wm/overview/overview_animation_type.h
deleted file mode 100644
index 4f8f03f319af21b028d71448b81044673b2a01c1..0000000000000000000000000000000000000000
--- a/ash/common/wm/overview/overview_animation_type.h
+++ /dev/null
@@ -1,35 +0,0 @@
-// Copyright 2014 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_COMMON_WM_OVERVIEW_OVERVIEW_ANIMATION_TYPE_H_
-#define ASH_COMMON_WM_OVERVIEW_OVERVIEW_ANIMATION_TYPE_H_
-
-namespace ash {
-
-// Enumeration of the different overview mode animations.
-enum OverviewAnimationType {
- // TODO(bruthig): Remove OVERVIEW_ANIMATION_NONE value and replace it with
- // correct animation type actions.
- OVERVIEW_ANIMATION_NONE,
- // Used to fade in the close button and label.
- OVERVIEW_ANIMATION_ENTER_OVERVIEW_MODE_FADE_IN,
- // Used to fade out the label.
- OVERVIEW_ANIMATION_EXIT_OVERVIEW_MODE_FADE_OUT,
- // Used to position windows when entering/exiting overview mode and when a
- // window is closed while overview mode is active.
- OVERVIEW_ANIMATION_LAY_OUT_SELECTOR_ITEMS,
- // Used to restore windows to their original position when exiting overview
- // mode.
- OVERVIEW_ANIMATION_RESTORE_WINDOW,
- // Used to animate scaling down of a window that is about to get closed while
- // overview mode is active.
- OVERVIEW_ANIMATION_CLOSING_SELECTOR_ITEM,
- // Used to animate hiding of a window that is closed while overview mode is
- // active.
- OVERVIEW_ANIMATION_CLOSE_SELECTOR_ITEM
-};
-
-} // namespace ash
-
-#endif // ASH_COMMON_WM_OVERVIEW_OVERVIEW_ANIMATION_TYPE_H_

Powered by Google App Engine
This is Rietveld 408576698