| Index: services/ui/public/cpp/tests/test_window_tree.cc
|
| diff --git a/services/ui/public/cpp/tests/test_window_tree.cc b/services/ui/public/cpp/tests/test_window_tree.cc
|
| index dd9822dbcd1b8ab90d6fa7c6b4a9a989adb68a38..2b0204b4602ac8dd7516740da1a3a06da0915890 100644
|
| --- a/services/ui/public/cpp/tests/test_window_tree.cc
|
| +++ b/services/ui/public/cpp/tests/test_window_tree.cc
|
| @@ -164,4 +164,11 @@ void TestWindowTree::GetCursorLocationMemory(
|
| callback.Run(mojo::ScopedSharedBufferHandle());
|
| }
|
|
|
| +void TestWindowTree::PerformWindowMove(uint32_t change_id,
|
| + uint32_t window_id,
|
| + mojom::MoveLoopSource source,
|
| + const gfx::Point& cursor_location) {}
|
| +
|
| +void TestWindowTree::CancelWindowMove(uint32_t window_id) {}
|
| +
|
| } // namespace ui
|
|
|