Index: services/ui/ws/test_utils.cc |
diff --git a/services/ui/ws/test_utils.cc b/services/ui/ws/test_utils.cc |
index 10c82bcda2ce7792beaa299b953a4acda2022e5a..b88c4413b2848bf157459bcdbad8e7a756b76373 100644 |
--- a/services/ui/ws/test_utils.cc |
+++ b/services/ui/ws/test_utils.cc |
@@ -166,6 +166,15 @@ void TestWindowManager::WmCreateTopLevelWindow( |
void TestWindowManager::WmClientJankinessChanged(ClientSpecificId client_id, |
bool janky) {} |
+void TestWindowManager::WmPerformMoveLoop(uint32_t change_id, |
+ uint32_t window_id, |
+ mojom::MoveLoopSource source, |
+ const gfx::Point& cursor_location) { |
+ on_perform_move_loop_called_ = true; |
+} |
+ |
+void TestWindowManager::WmCancelMoveLoop(uint32_t window_id) {} |
+ |
void TestWindowManager::OnAccelerator(uint32_t id, |
std::unique_ptr<ui::Event> event) { |
on_accelerator_called_ = true; |