summaryrefslogtreecommitdiff
path: root/chromium/content/browser/web_contents/web_contents_view_aura.h
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2023-01-11 13:41:06 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2023-01-11 14:02:23 +0000
commit01e89433adf2d5575b2089716217299519a9ce15 (patch)
tree5615c6e52f2016c227e6d936cb5005ee6f15418a /chromium/content/browser/web_contents/web_contents_view_aura.h
parent2b11b39a6627d8c71636227374dd8f8ea78c3e6a (diff)
downloadqtwebengine-chromium-01e89433adf2d5575b2089716217299519a9ce15.tar.gz
BASELINE: Update Chromium to 108.0.5359.181
Change-Id: Iae2b9d190e7789ad5556dbf4c59498e05ce6e5d2 Reviewed-on: https://codereview.qt-project.org/c/qt/qtwebengine-chromium/+/453305 Reviewed-by: Michal Klocek <michal.klocek@qt.io>
Diffstat (limited to 'chromium/content/browser/web_contents/web_contents_view_aura.h')
-rw-r--r--chromium/content/browser/web_contents/web_contents_view_aura.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/chromium/content/browser/web_contents/web_contents_view_aura.h b/chromium/content/browser/web_contents/web_contents_view_aura.h
index 3425436e8c1..45d6a8691e9 100644
--- a/chromium/content/browser/web_contents/web_contents_view_aura.h
+++ b/chromium/content/browser/web_contents/web_contents_view_aura.h
@@ -84,6 +84,10 @@ class CONTENT_EXPORT WebContentsViewAura
// Location local to WebContentsViewAura.
gfx::PointF localized_location;
+
+ // Root location of the drop target event.
+ gfx::PointF root_location;
+
// The supported DnD operation of the source. A bitmask of
// ui::mojom::DragOperations.
int source_operations;
@@ -265,7 +269,7 @@ class CONTENT_EXPORT WebContentsViewAura
std::unique_ptr<DropData> drop_data,
base::WeakPtr<RenderWidgetHostViewBase> target,
absl::optional<gfx::PointF> transformed_pt);
- void DragUpdatedCallback(ui::DropTargetEvent event,
+ void DragUpdatedCallback(DropMetadata drop_metadata,
std::unique_ptr<DropData> drop_data,
base::WeakPtr<RenderWidgetHostViewBase> target,
absl::optional<gfx::PointF> transformed_pt);