| Index: ash/wm/common/wm_window.h
|
| diff --git a/ash/wm/common/wm_window.h b/ash/wm/common/wm_window.h
|
| index 7c04ad8de3dc99db2d737516ace53fb3599efb0a..11da00716f94695c5b0eaef23ecfc7682ab4265a 100644
|
| --- a/ash/wm/common/wm_window.h
|
| +++ b/ash/wm/common/wm_window.h
|
| @@ -62,7 +62,7 @@ class ASH_EXPORT WmWindow {
|
|
|
| // See wm_shell_window_ids.h for list of known ids.
|
| virtual void SetShellWindowId(int id) = 0;
|
| - virtual int GetShellWindowId() = 0;
|
| + virtual int GetShellWindowId() const = 0;
|
| virtual WmWindow* GetChildByShellWindowId(int id) = 0;
|
|
|
| virtual ui::wm::WindowType GetType() const = 0;
|
|
|