| 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 260bbec3f4b5141ba2804b6be4c7e95199205b50..2c6ac34186f6b29a89e353ebcbc47385829a629f 100644
|
| --- a/ash/wm/aura/wm_window_aura.h
|
| +++ b/ash/wm/aura/wm_window_aura.h
|
| @@ -61,6 +61,7 @@ class ASH_EXPORT WmWindowAura : public WmWindow, public aura::WindowObserver {
|
| bool GetTargetVisibility() const override;
|
| bool IsVisible() const override;
|
| bool GetBoolProperty(WmWindowProperty key) override;
|
| + int GetIntProperty(WmWindowProperty key) override;
|
| const WindowState* GetWindowState() const override;
|
| WmWindow* GetToplevelWindow() override;
|
| void SetParentUsingContext(WmWindow* context,
|
|
|