Index: components/mus/example/wm/window_manager_impl.h |
diff --git a/components/mus/example/wm/window_manager_impl.h b/components/mus/example/wm/window_manager_impl.h |
index cdac569d79d45800c2056d581450625e1e294da0..6a82495989a247734dc214742d4fd4d5f6416222 100644 |
--- a/components/mus/example/wm/window_manager_impl.h |
+++ b/components/mus/example/wm/window_manager_impl.h |
@@ -21,6 +21,7 @@ class WindowManagerImpl : public mus::mojom::WindowManager { |
// mus::mojom::WindowManager: |
void OpenWindow(mojo::ViewTreeClientPtr client) override; |
void CenterWindow(uint32_t view_id, mojo::SizePtr size) override; |
+ void GetDisplays(const GetDisplaysCallback& callback) override; |
WindowManagerApplication* state_; |
mojo::StrongBinding<mus::mojom::WindowManager> binding_; |