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

Unified Diff: ash/shell_window_ids.h

Issue 13896026: Stick windows to sides of workspaces (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Dock with zero width (no logs) Created 7 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/shell_window_ids.h
diff --git a/ash/shell_window_ids.h b/ash/shell_window_ids.h
index a64858fccb52377f021e4922a451f062f3d88c49..6e79afc38df5521667d1f49f62a04f700842a679 100644
--- a/ash/shell_window_ids.h
+++ b/ash/shell_window_ids.h
@@ -99,6 +99,9 @@ const int kShellWindowId_PhantomWindow = 21;
// The topmost container, used for power off animation.
const int kShellWindowId_PowerButtonAnimationContainer = 22;
+// The container for windows docked to either side of the desktop.
+const int kShellWindowId_DockContainer = 23;
Jun Mukai 2013/06/10 20:40:57 this looks too high. IIRC the order of id here co
flackr 2013/06/10 20:58:07 Just looked into this, stacking_controller.cc uses
varkha 2013/06/10 21:09:47 Done.
varkha 2013/06/10 21:09:47 Done.
+
} // namespace internal
} // namespace ash

Powered by Google App Engine
This is Rietveld 408576698