| Index: services/ui/public/cpp/window.cc
|
| diff --git a/services/ui/public/cpp/window.cc b/services/ui/public/cpp/window.cc
|
| index 697d5c2cf0299e9985f95c285a3f8d99686f1974..3f144412a4501b57ce7d4956014f818565efa8ab 100644
|
| --- a/services/ui/public/cpp/window.cc
|
| +++ b/services/ui/public/cpp/window.cc
|
| @@ -492,6 +492,10 @@ void Window::PerformDragDrop(
|
| cursor_location, bitmap, callback);
|
| }
|
|
|
| +void Window::CancelDragDrop() {
|
| + client_->CancelDragDrop(this);
|
| +}
|
| +
|
| void Window::PerformWindowMove(mojom::MoveLoopSource source,
|
| const gfx::Point& cursor_location,
|
| const base::Callback<void(bool)>& callback) {
|
|
|