Index: ash/shell_window_ids.h |
diff --git a/ash/shell_window_ids.h b/ash/shell_window_ids.h |
index 046f43ada328fa9d1f081fcc2eab89caeb8a98af..5ea690813c72e6da753b869394a680cf17d099cf 100644 |
--- a/ash/shell_window_ids.h |
+++ b/ash/shell_window_ids.h |
@@ -102,6 +102,9 @@ const int kShellWindowId_PhantomWindow = 22; |
// The topmost container, used for power off animation. |
const int kShellWindowId_PowerButtonAnimationContainer = 23; |
+// The virtual keyboard container. |
+const int kShellWindowId_VirtualKeyboardContainer = 24; |
James Cook
2013/08/08 17:29:44
Where does this container actually sit in the hier
bshe
2013/08/08 19:39:24
I am sure what's the rule to order the IDs. Keyboa
James Cook
2013/08/08 19:52:39
This seems fine.
|
+ |
} // namespace internal |
} // namespace ash |