| 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..5ed35ad303786a11b15f070706d36b2963d85d1e 100644
|
| --- a/content/public/browser/render_view_host.h
|
| +++ b/content/public/browser/render_view_host.h
|
| @@ -145,6 +145,12 @@ class CONTENT_EXPORT RenderViewHost : public IPC::Sender {
|
| virtual void DragTargetDrop(const gfx::Point& client_pt,
|
| const gfx::Point& screen_pt,
|
| int key_modifiers) = 0;
|
| +#if defined(OS_ANDROID)
|
| + virtual void DragTargetDropWithData(const DropData& drop_data,
|
| + const gfx::Point& client_pt,
|
| + const gfx::Point& screen_pt,
|
| + int key_modifiers) = 0;
|
| +#endif
|
|
|
| // Instructs the RenderView to automatically resize and send back updates
|
| // for the new size.
|
|
|