Index: services/ui/public/cpp/tests/test_window_tree.h |
diff --git a/services/ui/public/cpp/tests/test_window_tree.h b/services/ui/public/cpp/tests/test_window_tree.h |
index edd2c4cae4cda2e6660ea85f6b30cebaf5404ad4..6bd8beab4314be4d2e616eb1f9c4def9163f738e 100644 |
--- a/services/ui/public/cpp/tests/test_window_tree.h |
+++ b/services/ui/public/cpp/tests/test_window_tree.h |
@@ -100,6 +100,11 @@ class TestWindowTree : public mojom::WindowTree { |
override; |
void GetCursorLocationMemory(const GetCursorLocationMemoryCallback& callback) |
override; |
+ void PerformWindowMove(uint32_t change_id, |
+ uint32_t window_id, |
+ mojom::MoveLoopSource source, |
+ const gfx::Point& cursor_location) override; |
+ void CancelWindowMove(uint32_t window_id) override; |
bool got_change_; |
uint32_t change_id_; |