Index: components/exo/wm_helper_mus.h |
diff --git a/components/exo/wm_helper_mus.h b/components/exo/wm_helper_mus.h |
index c1d955834e7414f618a68052f7f52b23d7f311ca..c819f80f33e8dd32e276f5c0e21ab402a37b3788 100644 |
--- a/components/exo/wm_helper_mus.h |
+++ b/components/exo/wm_helper_mus.h |
@@ -32,7 +32,7 @@ class WMHelperMus : public WMHelper, |
// Overridden from WMHelper: |
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; |