| Index: services/ui/ws/test_utils.h
|
| diff --git a/services/ui/ws/test_utils.h b/services/ui/ws/test_utils.h
|
| index 899b35d41e6eb15536e02a5ff32e97e2f3f4e8dd..b8138be53a3343680d99a928dc5f82aca676d9b7 100644
|
| --- a/services/ui/ws/test_utils.h
|
| +++ b/services/ui/ws/test_utils.h
|
| @@ -456,6 +456,8 @@ class TestWindowTreeClient : public ui::mojom::WindowTreeClient {
|
| const gfx::Point& position,
|
| uint32_t effect_bitmask,
|
| const OnCompleteDropCallback& callback) override;
|
| + void OnDragCompletedReturnValue(uint32_t window,
|
| + uint32_t action_taken) override;
|
| void OnDragDropDone() override;
|
| void OnChangeCompleted(uint32_t change_id, bool success) override;
|
| void RequestClose(uint32_t window_id) override;
|
|
|