Index: services/ui/ws/window_manager_client_unittest.cc |
diff --git a/services/ui/ws/window_manager_client_unittest.cc b/services/ui/ws/window_manager_client_unittest.cc |
index d0a9e6a47fcfdcd97d3829c63ba64ce10649b11b..2864e65086c732ac10873eba8ad6605f7808125f 100644 |
--- a/services/ui/ws/window_manager_client_unittest.cc |
+++ b/services/ui/ws/window_manager_client_unittest.cc |
@@ -62,6 +62,12 @@ class TestWindowManagerDelegate : public WindowManagerDelegate { |
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 {} |
private: |
DISALLOW_COPY_AND_ASSIGN(TestWindowManagerDelegate); |