| Index: ash/wm/common/wm_window.h
|
| diff --git a/ash/wm/common/wm_window.h b/ash/wm/common/wm_window.h
|
| index 54bce6478e05c10d85578ff6aae0394822a38c1a..7c04ad8de3dc99db2d737516ace53fb3599efb0a 100644
|
| --- a/ash/wm/common/wm_window.h
|
| +++ b/ash/wm/common/wm_window.h
|
| @@ -60,6 +60,7 @@ class ASH_EXPORT WmWindow {
|
| // Used for debugging.
|
| virtual void SetName(const std::string& name) = 0;
|
|
|
| + // See wm_shell_window_ids.h for list of known ids.
|
| virtual void SetShellWindowId(int id) = 0;
|
| virtual int GetShellWindowId() = 0;
|
| virtual WmWindow* GetChildByShellWindowId(int id) = 0;
|
|
|