Chromium Code Reviews| Index: content/public/browser/render_view_host.h |
| diff --git a/content/public/browser/render_view_host.h b/content/public/browser/render_view_host.h |
| index 1a4d1646d708a80fc6c84e0c3b7e821212ca1f98..b303ed07510353161cf1b4b7a79acfbd8ae8268f 100644 |
| --- a/content/public/browser/render_view_host.h |
| +++ b/content/public/browser/render_view_host.h |
| @@ -142,7 +142,8 @@ class CONTENT_EXPORT RenderViewHost : public IPC::Sender { |
| blink::WebDragOperationsMask operations_allowed, |
| int key_modifiers) = 0; |
| virtual void DragTargetDragLeave() = 0; |
| - virtual void DragTargetDrop(const gfx::Point& client_pt, |
| + virtual void DragTargetDrop(const DropData& drop_data, |
|
no sievers
2016/03/08 01:22:15
nit: Can you also document here that depending on
hush (inactive)
2016/03/08 18:43:39
Done.
|
| + const gfx::Point& client_pt, |
| const gfx::Point& screen_pt, |
| int key_modifiers) = 0; |