| Index: ash/wm/common/wm_window.h
|
| diff --git a/ash/wm/common/wm_window.h b/ash/wm/common/wm_window.h
|
| index 647e23eb8b1d19524c0581280bf3a1416b408df6..7b6e14179b13f165f94294d81575394f5e5c3efc 100644
|
| --- a/ash/wm/common/wm_window.h
|
| +++ b/ash/wm/common/wm_window.h
|
| @@ -87,6 +87,8 @@ class ASH_WM_COMMON_EXPORT WmWindow {
|
|
|
| virtual bool IsVisible() const = 0;
|
|
|
| + virtual bool IsSystemModal() const = 0;
|
| +
|
| virtual bool GetBoolProperty(WmWindowProperty key) = 0;
|
| virtual int GetIntProperty(WmWindowProperty key) = 0;
|
|
|
|
|