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

Unified Diff: ash/mus/container_ids.cc

Issue 2092343002: Touch HUD app for mustash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change window manager connection unittest to original Created 4 years, 5 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/mus/BUILD.gn ('k') | ash/mus/root_window_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/container_ids.cc
diff --git a/ash/mus/container_ids.cc b/ash/mus/container_ids.cc
index cd72470742068a4ad82acd9ff9ae320e730e75b8..e3407fdf3fdacf3320a007ef90514591142edd56 100644
--- a/ash/mus/container_ids.cc
+++ b/ash/mus/container_ids.cc
@@ -36,6 +36,9 @@ int MashContainerToAshShellWindowId(Container container) {
case Container::DRAG_AND_TOOLTIPS:
return kShellWindowId_DragImageAndTooltipContainer;
+
+ case Container::OVERLAY:
+ return kShellWindowId_OverlayContainer;
}
return kShellWindowId_Invalid;
}
« no previous file with comments | « ash/mus/BUILD.gn ('k') | ash/mus/root_window_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698