| Index: services/ui/public/cpp/window.h
|
| diff --git a/services/ui/public/cpp/window.h b/services/ui/public/cpp/window.h
|
| index 9db06aa0b3a50a4b4b485981d7b717d2b6ae5cf3..f687a54b27168bb8685daf5c92db1d329b781020 100644
|
| --- a/services/ui/public/cpp/window.h
|
| +++ b/services/ui/public/cpp/window.h
|
| @@ -239,7 +239,6 @@ class Window {
|
| // is one of the ui::mojom::kDropEffect constants in
|
| // window_tree_constants.mojom.
|
| void PerformDragDrop(
|
| - int drag_pointer,
|
| const std::map<std::string, std::vector<uint8_t>>& drag_data,
|
| int drag_operation,
|
| const gfx::Point& cursor_location,
|
|
|