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

Unified Diff: content/browser/renderer_host/render_view_host_impl.h

Issue 2475443003: Drag-and-drop: Move startDrag out of WebView/RenderView. (Closed)
Patch Set: Removed unneeded declarations. 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/renderer_host/render_view_host_impl.h
diff --git a/content/browser/renderer_host/render_view_host_impl.h b/content/browser/renderer_host/render_view_host_impl.h
index 255feb11ced8ac007f5c22ea17f4ae00f9755685..6a6a4c39231db34e10534ba28b4c00ec2c8a3651 100644
--- a/content/browser/renderer_host/render_view_host_impl.h
+++ b/content/browser/renderer_host/render_view_host_impl.h
@@ -23,7 +23,6 @@
#include "content/browser/renderer_host/render_widget_host_impl.h"
#include "content/browser/renderer_host/render_widget_host_owner_delegate.h"
#include "content/browser/site_instance_impl.h"
-#include "content/common/drag_event_source_info.h"
#include "content/public/browser/notification_observer.h"
#include "content/public/browser/render_process_host_observer.h"
#include "content/public/browser/render_view_host.h"
@@ -291,11 +290,6 @@ class CONTENT_EXPORT RenderViewHostImpl : public RenderViewHost,
void OnDidContentsPreferredSizeChange(const gfx::Size& new_size);
void OnPasteFromSelectionClipboard();
void OnRouteCloseEvent();
- void OnStartDragging(const DropData& drop_data,
- blink::WebDragOperationsMask operations_allowed,
- const SkBitmap& bitmap,
- const gfx::Vector2d& bitmap_offset_in_dip,
- const DragEventSourceInfo& event_info);
void OnUpdateDragCursor(blink::WebDragOperation drag_operation);
void OnTakeFocus(bool reverse);
void OnFocusedNodeChanged(bool is_editable_node,
« no previous file with comments | « components/test_runner/web_widget_test_proxy.h ('k') | content/browser/renderer_host/render_view_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698