| Index: ash/aura/wm_shell_aura.h
|
| diff --git a/ash/aura/wm_shell_aura.h b/ash/aura/wm_shell_aura.h
|
| index b85856283bd9ff724424a25f0484346ed372748e..b645cfdd58d868f646a74dd919f9f61c68d4a130 100644
|
| --- a/ash/aura/wm_shell_aura.h
|
| +++ b/ash/aura/wm_shell_aura.h
|
| @@ -35,6 +35,8 @@ class ASH_EXPORT WmShellAura : public WmShell,
|
| WmWindow* GetRootWindowForDisplayId(int64_t display_id) override;
|
| const DisplayInfo& GetDisplayInfo(int64_t display_id) const override;
|
| bool IsActiveDisplayId(int64_t display_id) const override;
|
| + display::Display GetFirstDisplay() const override;
|
| + bool IsInUnifiedMode() const override;
|
| bool IsForceMaximizeOnFirstRun() override;
|
| bool IsPinned() override;
|
| void SetPinnedWindow(WmWindow* window) override;
|
|
|