| 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 83491988a08c2288f439f426b885c27ebd2005f1..2e22ece4a77a411624e653fc02cb237855a40267 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.h
|
| +++ b/content/browser/renderer_host/render_view_host_impl.h
|
| @@ -120,7 +120,8 @@ class CONTENT_EXPORT RenderViewHostImpl : public RenderViewHost,
|
| blink::WebDragOperationsMask operations_allowed,
|
| int key_modifiers) override;
|
| void DragTargetDragLeave() override;
|
| - void DragTargetDrop(const gfx::Point& client_pt,
|
| + void DragTargetDrop(const DropData& drop_data,
|
| + const gfx::Point& client_pt,
|
| const gfx::Point& screen_pt,
|
| int key_modifiers) override;
|
| void EnableAutoResize(const gfx::Size& min_size,
|
|
|