Index: chromeos_wm_ipc_enums.h |
diff --git a/chromeos_wm_ipc_enums.h b/chromeos_wm_ipc_enums.h |
index 4604c6e2945a83159a5df9bf36235c75754fed85..71791c66e1a698b4bd33a10b27ded004261ec3fa 100644 |
--- a/chromeos_wm_ipc_enums.h |
+++ b/chromeos_wm_ipc_enums.h |
@@ -37,6 +37,7 @@ enum WmIpcWindowType { |
// param[0]: X ID of associated titlebar, which must be mapped before |
// its content. |
// param[1]: Initial state for panel (0 is collapsed, 1 is expanded). |
+ // param[2]: Should the panel be initially focused? (0 is no, 1 is yes). |
WM_IPC_WINDOW_CHROME_PANEL_CONTENT = 4, |
// A small window placed above the panel's contents containing its title |