| Index: components/exo/wm_helper_ash.h
|
| diff --git a/components/exo/wm_helper_ash.h b/components/exo/wm_helper_ash.h
|
| index fe12c0760f971c16bfc43d6a1643b80d5bc9ad4b..138b9642abc0a3614a992dabd3e5eaa15a7bb731 100644
|
| --- a/components/exo/wm_helper_ash.h
|
| +++ b/components/exo/wm_helper_ash.h
|
| @@ -25,7 +25,8 @@ class WMHelperAsh : public WMHelper,
|
| ~WMHelperAsh() override;
|
|
|
| // Overriden from WMHelper:
|
| - const ash::DisplayInfo GetDisplayInfo(int64_t display_id) const override;
|
| + const display::ManagedDisplayInfo GetDisplayInfo(
|
| + int64_t display_id) const override;
|
| aura::Window* GetContainer(int container_id) override;
|
| aura::Window* GetActiveWindow() const override;
|
| aura::Window* GetFocusedWindow() const override;
|
|
|