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

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

Issue 2012343002: Converts overview to use common ash types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: feedback Created 4 years, 7 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
« no previous file with comments | « ash/wm/common/wm_globals.h ('k') | ash/wm/common/wm_user_metrics_action.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/common/wm_shell_window_ids.h
diff --git a/ash/wm/common/wm_shell_window_ids.h b/ash/wm/common/wm_shell_window_ids.h
index 4c6ed096c89922c518eb3162145f94f4c71ad772..b9aa45e3e795b22f2948fecbb8fc70e1e824fa81 100644
--- a/ash/wm/common/wm_shell_window_ids.h
+++ b/ash/wm/common/wm_shell_window_ids.h
@@ -52,6 +52,10 @@ const int kShellWindowId_MenuContainer = 19;
// The container for drag/drop images and tooltips.
const int kShellWindowId_DragImageAndTooltipContainer = 20;
+// The container for special components overlaid onscreen, such as the
+// region selector for partial screenshots.
+const int kShellWindowId_OverlayContainer = 22;
+
// ID of the window created by PhantomWindowController or DragWindowController.
const int kShellWindowId_PhantomWindow = 23;
« no previous file with comments | « ash/wm/common/wm_globals.h ('k') | ash/wm/common/wm_user_metrics_action.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698