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

Unified Diff: ash/shell_window_ids.h

Issue 503383002: Allow component IME extension use app.window and add 'ime' window type for app window (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: reviews Created 6 years, 3 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 f01e74b3715b26eb78026c7da16ca4a8355a2b94..4e3f49dc770401face3122429945232cb1751988 100644
--- a/ash/shell_window_ids.h
+++ b/ash/shell_window_ids.h
@@ -90,10 +90,10 @@ const int kShellWindowId_OverlayContainer = 21;
// ID of the window created by PhantomWindowController or DragWindowController.
const int kShellWindowId_PhantomWindow = 22;
-// A parent container that holds the virtual keyboard container. This is to
-// ensure that the virtual keyboard is stacked above most containers but below
-// the mouse cursor and the power off animation.
-const int kShellWindowId_VirtualKeyboardParentContainer = 23;
+// A parent container that holds the virtual keyboard container and ime windows
+// if any. This is to ensure that the virtual keyboard or ime window is stacked
+// above most containers but below the mouse cursor and the power off animation.
+const int kShellWindowId_ImeWindowParentContainer = 23;
// The container for mouse cursor.
const int kShellWindowId_MouseCursorContainer = 24;

Powered by Google App Engine
This is Rietveld 408576698