| 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 94972ea959fdbcddcafe3ea76c4231e7711be84c..9a8509c2ce43a55713719818f4acfe0b8a96be0e 100644
|
| --- a/services/ui/public/cpp/tests/test_window_tree.h
|
| +++ b/services/ui/public/cpp/tests/test_window_tree.h
|
| @@ -48,6 +48,7 @@ class TestWindowTree : public mojom::WindowTree {
|
| mojo::Array<gfx::Rect> additional_client_areas) override;
|
| void SetHitTestMask(uint32_t window_id,
|
| const base::Optional<gfx::Rect>& mask) override;
|
| + void SetCanAcceptDrags(uint32_t window_id, bool accepts_drags) override;
|
| void SetWindowVisibility(uint32_t change_id,
|
| uint32_t window_id,
|
| bool visible) override;
|
| @@ -102,6 +103,10 @@ class TestWindowTree : public mojom::WindowTree {
|
| override;
|
| void GetCursorLocationMemory(const GetCursorLocationMemoryCallback& callback)
|
| override;
|
| + void PerformDragDrop(uint32_t change_id,
|
| + uint32_t source_window_id,
|
| + mojo::Map<mojo::String, mojo::Array<uint8_t>> drag_data,
|
| + uint32_t drag_operation) override;
|
| void PerformWindowMove(uint32_t change_id,
|
| uint32_t window_id,
|
| mojom::MoveLoopSource source,
|
|
|