diff options
author | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2020-10-12 14:27:29 +0200 |
---|---|---|
committer | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2020-10-13 09:35:20 +0000 |
commit | c30a6232df03e1efbd9f3b226777b07e087a1122 (patch) | |
tree | e992f45784689f373bcc38d1b79a239ebe17ee23 /chromium/content/common/drag_messages.h | |
parent | 7b5b123ac58f58ffde0f4f6e488bcd09aa4decd3 (diff) | |
download | qtwebengine-chromium-85-based.tar.gz |
BASELINE: Update Chromium to 85.0.4183.14085-based
Change-Id: Iaa42f4680837c57725b1344f108c0196741f6057
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'chromium/content/common/drag_messages.h')
-rw-r--r-- | chromium/content/common/drag_messages.h | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/chromium/content/common/drag_messages.h b/chromium/content/common/drag_messages.h index b07f4bdd012..3e78d67c58b 100644 --- a/chromium/content/common/drag_messages.h +++ b/chromium/content/common/drag_messages.h @@ -12,7 +12,7 @@ #include "content/common/drag_event_source_info.h" #include "content/public/common/drop_data.h" #include "ipc/ipc_message_macros.h" -#include "third_party/blink/public/platform/web_drag_operation.h" +#include "third_party/blink/public/common/page/web_drag_operation.h" #include "third_party/skia/include/core/SkBitmap.h" #include "ui/gfx/geometry/point_f.h" #include "ui/gfx/geometry/vector2d.h" @@ -28,28 +28,12 @@ IPC_MESSAGE_ROUTED5(DragMsg_TargetDragEnter, blink::WebDragOperationsMask /* ops_allowed */, int /* key_modifiers */) -IPC_MESSAGE_ROUTED4(DragMsg_TargetDragOver, - gfx::PointF /* client_pt */, - gfx::PointF /* screen_pt */, - blink::WebDragOperationsMask /* ops_allowed */, - int /* key_modifiers */) - -IPC_MESSAGE_ROUTED2(DragMsg_TargetDragLeave, - gfx::PointF /* client_point */, - gfx::PointF /* screen_point */) - IPC_MESSAGE_ROUTED4(DragMsg_TargetDrop, content::DropData /* drop_data */, gfx::PointF /* client_pt */, gfx::PointF /* screen_pt */, int /* key_modifiers */) -// Notifies the renderer when and where the mouse-drag ended. -IPC_MESSAGE_ROUTED3(DragMsg_SourceEnded, - gfx::PointF /* client_pt */, - gfx::PointF /* screen_pt */, - blink::WebDragOperation /* drag_operation */) - // Messages sent from the renderer to the browser. // Used to tell the parent the user started dragging in the content area. The |