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

Unified Diff: content/renderer/render_widget.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/renderer/render_widget.h
diff --git a/content/renderer/render_widget.h b/content/renderer/render_widget.h
index cac9876645ddffd7e1c17dbbf7ef1e72e5109b9c..f0aa0a4fc0a9d364e7413bc45b92fa0f78cca78d 100644
--- a/content/renderer/render_widget.h
+++ b/content/renderer/render_widget.h
@@ -528,7 +528,8 @@ class CONTENT_EXPORT RenderWidget
const gfx::Point& screen_pt,
blink::WebDragOperationsMask operations_allowed,
int key_modifiers);
- void OnDragTargetDragLeave();
+ void OnDragTargetDragLeave(const gfx::Point& client_point,
+ const gfx::Point& screen_point);
void OnDragTargetDrop(const DropData& drop_data,
const gfx::Point& client_pt,
const gfx::Point& screen_pt,

Powered by Google App Engine
This is Rietveld 408576698