| Index: ash/wm/aura/wm_window_aura.h
|
| diff --git a/ash/wm/aura/wm_window_aura.h b/ash/wm/aura/wm_window_aura.h
|
| index 9a5bedd89e25a250ede675a66b354572275b9f49..0022aaab4413bc238d710fd4f50939ab4f7cd723 100644
|
| --- a/ash/wm/aura/wm_window_aura.h
|
| +++ b/ash/wm/aura/wm_window_aura.h
|
| @@ -60,6 +60,7 @@ class ASH_EXPORT WmWindowAura : public WmWindow, public aura::WindowObserver {
|
| gfx::Size GetMaximumSize() const override;
|
| bool GetTargetVisibility() const override;
|
| bool IsVisible() const override;
|
| + bool IsSystemModal() const override;
|
| bool GetBoolProperty(WmWindowProperty key) override;
|
| int GetIntProperty(WmWindowProperty key) override;
|
| const WindowState* GetWindowState() const override;
|
|
|