| Index: services/ui/ws/window_tree_client_unittest.cc
|
| diff --git a/services/ui/ws/window_tree_client_unittest.cc b/services/ui/ws/window_tree_client_unittest.cc
|
| index 9eff23e1f90d11cedccda23d14e8f20c04d80001..292c68f5fc69f97646c6ae4eeec78ecaf23e77f5 100644
|
| --- a/services/ui/ws/window_tree_client_unittest.cc
|
| +++ b/services/ui/ws/window_tree_client_unittest.cc
|
| @@ -399,6 +399,13 @@ class TestWindowTreeClient : public mojom::WindowTreeClient,
|
| const OnCompleteDropCallback& callback) override {
|
| NOTIMPLEMENTED();
|
| }
|
| +
|
| + void OnPerformDragDropCompleted(uint32_t window,
|
| + bool success,
|
| + uint32_t action_taken) override {
|
| + NOTIMPLEMENTED();
|
| + }
|
| +
|
| void OnDragDropDone() override { NOTIMPLEMENTED(); }
|
|
|
| void OnChangeCompleted(uint32_t change_id, bool success) override {
|
|
|