Index: services/ui/public/cpp/tests/window_server_test_base.h |
diff --git a/services/ui/public/cpp/tests/window_server_test_base.h b/services/ui/public/cpp/tests/window_server_test_base.h |
index 1a9ea5c53da34868756d3cfbf211b2eebbc1150e..54cf30dee2c9ddaceb8096a23b5b52ff20ee9b15 100644 |
--- a/services/ui/public/cpp/tests/window_server_test_base.h |
+++ b/services/ui/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(Window* window, |
+ mojom::MoveLoopSource source, |
+ const gfx::Point& cursor_location, |
+ const base::Callback<void(bool)>& on_done) override; |
+ void OnWmCancelMoveLoop(Window* window) override; |
// InterfaceFactory<WindowTreeClient>: |
void Create(shell::Connection* connection, |