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

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

Issue 2918403006: CrOS Tablet Window management - Split Screen part I (Closed)
Patch Set: Add unittests. Will split the CL into two CLs. Created 3 years, 6 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/wm/overview/overview_animation_type.h
diff --git a/ash/wm/overview/overview_animation_type.h b/ash/wm/overview/overview_animation_type.h
index 089277e640e644502f058b4cc7dd15a28efa4c32..294f029797ef6b7bfa085d5d5a9b6a57ac67fa60 100644
--- a/ash/wm/overview/overview_animation_type.h
+++ b/ash/wm/overview/overview_animation_type.h
@@ -27,7 +27,10 @@ enum OverviewAnimationType {
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
+ OVERVIEW_ANIMATION_CLOSE_SELECTOR_ITEM,
+ // Used to animate scaling up of a window that is about to get dragged while
+ // overview mode is active.
+ OVERVIEW_ANIMATION_DRAGGING_SELECTOR_ITEM,
};
} // namespace ash
« no previous file with comments | « ash/wm/maximize_mode/maximize_mode_window_state.cc ('k') | ash/wm/overview/overview_window_drag_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698