Index: ash/common/wm_window_property.h |
diff --git a/ash/common/wm_window_property.h b/ash/common/wm_window_property.h |
index 85e4a4589bf8ce89f433cc38f79640bc2f5587ec..d9f3b36fe431c92cc06dbf509b6fec93cd2823ce 100644 |
--- a/ash/common/wm_window_property.h |
+++ b/ash/common/wm_window_property.h |
@@ -47,6 +47,9 @@ enum class WmWindowProperty { |
// Type ImageSkia. |
WINDOW_ICON, |
+ |
+ // Type bool. See ash::kPanelAttachedKey for details. |
+ PANEL_ATTACHED, |
sky
2016/12/08 00:38:54
optional: keep sorted (but really not that importa
msw
2016/12/08 20:31:36
Done.
|
}; |
} // namespace ash |