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

Unified Diff: ash/common/wm/wm_types.h

Issue 2625113004: Unify window fullscreen and minimizing implementation (Closed)
Patch Set: Update Created 3 years, 11 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/wm_types.h
diff --git a/ash/common/wm/wm_types.h b/ash/common/wm/wm_types.h
index ad886d8c1c870a17eca3ef10e14b9eb44eceeb02..3875385f5d8802c9549985280025b37b2656dbf2 100644
--- a/ash/common/wm/wm_types.h
+++ b/ash/common/wm/wm_types.h
@@ -28,6 +28,7 @@ enum WindowStateType {
WINDOW_STATE_TYPE_INACTIVE,
WINDOW_STATE_TYPE_FULLSCREEN,
WINDOW_STATE_TYPE_DOCKED,
+ WINDOW_STATE_TYPE_PREVIOUS,
WINDOW_STATE_TYPE_END, // to avoid using SHOW_STATE_END
// Ash specific states:

Powered by Google App Engine
This is Rietveld 408576698