From c30a6232df03e1efbd9f3b226777b07e087a1122 Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Mon, 12 Oct 2020 14:27:29 +0200 Subject: BASELINE: Update Chromium to 85.0.4183.140 Change-Id: Iaa42f4680837c57725b1344f108c0196741f6057 Reviewed-by: Allan Sandfeld Jensen --- chromium/components/exo/drag_drop_operation.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chromium/components/exo/drag_drop_operation.h') diff --git a/chromium/components/exo/drag_drop_operation.h b/chromium/components/exo/drag_drop_operation.h index ae02f4494bb..823258c8198 100644 --- a/chromium/components/exo/drag_drop_operation.h +++ b/chromium/components/exo/drag_drop_operation.h @@ -50,6 +50,7 @@ class DragDropOperation : public DataSourceObserver, DataSource* source, Surface* origin, Surface* icon, + const gfx::Point& drag_start_point, ui::DragDropTypes::DragEventSource event_source); // Abort the operation if it hasn't been started yet, otherwise do nothing. @@ -77,6 +78,7 @@ class DragDropOperation : public DataSourceObserver, DragDropOperation(DataSource* source, Surface* origin, Surface* icon, + const gfx::Point& drag_start_point, ui::DragDropTypes::DragEventSource event_source); ~DragDropOperation() override; -- cgit v1.2.1