| Index: components/mus/public/cpp/tests/test_window_tree.h
|
| diff --git a/components/mus/public/cpp/tests/test_window_tree.h b/components/mus/public/cpp/tests/test_window_tree.h
|
| index 324d6d31be64310131d1078bfa8f3553f572bd59..4cfa9404309a953dd0a00c0049fb3e4ec3779343 100644
|
| --- a/components/mus/public/cpp/tests/test_window_tree.h
|
| +++ b/components/mus/public/cpp/tests/test_window_tree.h
|
| @@ -99,6 +99,10 @@ class TestWindowTree : public mojom::WindowTree {
|
| override;
|
| void GetCursorLocationMemory(const GetCursorLocationMemoryCallback& callback)
|
| override;
|
| + void PerformWindowMove(uint32_t change_id,
|
| + uint32_t window_id,
|
| + const gfx::Point& cursor_location) override;
|
| + void CancelWindowMove(uint32_t window_id) override;
|
|
|
| bool got_change_;
|
| uint32_t change_id_;
|
|
|