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

Unified Diff: content/browser/web_contents/web_contents_impl.h

Issue 2501213002: Drag-and-drop: dragSourceEndedAt, dragSourceSystemDragEnded (Closed)
Patch Set: Rebased. Added check for !GetWebWidget(). Created 4 years, 1 month 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/browser/web_contents/web_contents_impl.h
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
index 580e47bd3a5bc2723a651b441ba61ade459610af..358b8a6a0fa128ed851d627de3f369fea5733421 100644
--- a/content/browser/web_contents/web_contents_impl.h
+++ b/content/browser/web_contents/web_contents_impl.h
@@ -183,8 +183,11 @@ class CONTENT_EXPORT WebContentsImpl
// Informs the render view host and the BrowserPluginEmbedder, if present, of
// a Drag Source End.
- void DragSourceEndedAt(int client_x, int client_y, int screen_x,
- int screen_y, blink::WebDragOperation operation);
+ void DragSourceEndedAt(int client_x,
+ int client_y,
+ int screen_x,
+ int screen_y,
+ blink::WebDragOperation operation);
// Notification that the RenderViewHost's load state changed.
void LoadStateChanged(const GURL& url,

Powered by Google App Engine
This is Rietveld 408576698