| Index: services/ui/ws/test_utils.cc
|
| diff --git a/services/ui/ws/test_utils.cc b/services/ui/ws/test_utils.cc
|
| index e60c7c1595343402944ab6ff1826511f5e82dae7..114f2c51679aa52eed9b84eaca5cbe4b9512e94d 100644
|
| --- a/services/ui/ws/test_utils.cc
|
| +++ b/services/ui/ws/test_utils.cc
|
| @@ -381,6 +381,10 @@ void TestWindowTreeClient::OnCompleteDrop(
|
| uint32_t effect_bitmask,
|
| const OnCompleteDropCallback& callback) {}
|
|
|
| +void TestWindowTreeClient::OnPerformDragDropCompleted(uint32_t window,
|
| + bool success,
|
| + uint32_t action_taken) {}
|
| +
|
| void TestWindowTreeClient::OnDragDropDone() {}
|
|
|
| void TestWindowTreeClient::OnChangeCompleted(uint32_t change_id, bool success) {
|
|
|