Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(525)

Unified Diff: content/public/browser/render_widget_host.h

Issue 2655463015: Correctly set dragLeave and dragEnd coords for OOPIF drag and drop (Closed)
Patch Set: Cleanup Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/public/browser/render_widget_host.h
diff --git a/content/public/browser/render_widget_host.h b/content/public/browser/render_widget_host.h
index 8aa6a7bbcf6030437c5fb2af9aaf04dffe905239..6d72446834d1c24f52407168fff16a7a987bca9f 100644
--- a/content/public/browser/render_widget_host.h
+++ b/content/public/browser/render_widget_host.h
@@ -278,7 +278,8 @@ class CONTENT_EXPORT RenderWidgetHost : public IPC::Sender {
const gfx::Point& screen_pt,
blink::WebDragOperationsMask operations_allowed,
int key_modifiers) {}
- virtual void DragTargetDragLeave() {}
+ virtual void DragTargetDragLeave(const gfx::Point& client_point,
+ const gfx::Point& screen_point) {}
virtual void DragTargetDrop(const DropData& drop_data,
const gfx::Point& client_pt,
const gfx::Point& screen_pt,

Powered by Google App Engine
This is Rietveld 408576698