| Index: components/mus/public/cpp/tests/window_server_test_base.h
|
| diff --git a/components/mus/public/cpp/tests/window_server_test_base.h b/components/mus/public/cpp/tests/window_server_test_base.h
|
| index ed244803026d9134561443843ae24e5e6c034d2b..b5936c8eda463453619f56df46a43183bd591098 100644
|
| --- a/components/mus/public/cpp/tests/window_server_test_base.h
|
| +++ b/components/mus/public/cpp/tests/window_server_test_base.h
|
| @@ -83,6 +83,11 @@ class WindowServerTestBase
|
| bool not_responding) override;
|
| void OnWmNewDisplay(Window* window, const display::Display& display) override;
|
| void OnAccelerator(uint32_t id, const ui::Event& event) override;
|
| + void OnWmPerformMoveLoop(::mus::Window* window,
|
| + ::mus::mojom::MoveLoopSource source,
|
| + const gfx::Point& cursor_location,
|
| + const base::Callback<void(bool)>& on_done) override;
|
| + void OnWmCancelMoveLoop(::mus::Window* window) override;
|
|
|
| // InterfaceFactory<WindowTreeClient>:
|
| void Create(shell::Connection* connection,
|
|
|