summaryrefslogtreecommitdiff
path: root/chromium/components/exo/drag_drop_operation.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/exo/drag_drop_operation.h')
-rw-r--r--chromium/components/exo/drag_drop_operation.h2
1 files changed, 2 insertions, 0 deletions
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;