| Index: services/ui/public/cpp/window.cc
|
| diff --git a/services/ui/public/cpp/window.cc b/services/ui/public/cpp/window.cc
|
| index 731a773e410d13815e0355275eb52b695ff7c156..697d5c2cf0299e9985f95c285a3f8d99686f1974 100644
|
| --- a/services/ui/public/cpp/window.cc
|
| +++ b/services/ui/public/cpp/window.cc
|
| @@ -487,7 +487,7 @@ void Window::PerformDragDrop(
|
| int drag_operation,
|
| const gfx::Point& cursor_location,
|
| const SkBitmap& bitmap,
|
| - const base::Callback<void(bool)>& callback) {
|
| + const base::Callback<void(bool, uint32_t)>& callback) {
|
| client_->PerformDragDrop(this, drag_pointer, drag_data, drag_operation,
|
| cursor_location, bitmap, callback);
|
| }
|
|
|