| Index: ash/wm/common/wm_window.h
|
| diff --git a/ash/wm/common/wm_window.h b/ash/wm/common/wm_window.h
|
| index 7107b941f71640234377462303d07691e706e08c..a4abdea98f1a4eb63105505dff16194d9d3c0d4f 100644
|
| --- a/ash/wm/common/wm_window.h
|
| +++ b/ash/wm/common/wm_window.h
|
| @@ -92,6 +92,7 @@ class ASH_EXPORT WmWindow {
|
| virtual bool IsVisible() const = 0;
|
|
|
| virtual bool GetBoolProperty(WmWindowProperty key) = 0;
|
| + virtual int GetIntProperty(WmWindowProperty key) = 0;
|
|
|
| WindowState* GetWindowState() {
|
| return const_cast<WindowState*>(
|
|
|