Index: components/exo/wm_helper_mus.h |
diff --git a/components/exo/wm_helper_mus.h b/components/exo/wm_helper_mus.h |
index 4801e9df5182258e2ccb54ca6b293552bc6ac20c..823c50930988d9e898f768ac24afa25a3b0afda8 100644 |
--- a/components/exo/wm_helper_mus.h |
+++ b/components/exo/wm_helper_mus.h |
@@ -30,9 +30,9 @@ class WMHelperMus : public WMHelper, |
~WMHelperMus() override; |
// Overridden from WMHelper: |
- const display::ManagedDisplayInfo GetDisplayInfo( |
+ const display::ManagedDisplayInfo& GetDisplayInfo( |
int64_t display_id) const override; |
- aura::Window* GetContainer(int container_id) override; |
+ aura::Window* GetContainer(int64_t display_id, int container_id) override; |
aura::Window* GetActiveWindow() const override; |
aura::Window* GetFocusedWindow() const override; |
ui::CursorSetType GetCursorSet() const override; |