| Index: content/public/browser/render_widget_host.h
|
| diff --git a/content/public/browser/render_widget_host.h b/content/public/browser/render_widget_host.h
|
| index 8aa6a7bbcf6030437c5fb2af9aaf04dffe905239..6d72446834d1c24f52407168fff16a7a987bca9f 100644
|
| --- a/content/public/browser/render_widget_host.h
|
| +++ b/content/public/browser/render_widget_host.h
|
| @@ -278,7 +278,8 @@ class CONTENT_EXPORT RenderWidgetHost : public IPC::Sender {
|
| const gfx::Point& screen_pt,
|
| blink::WebDragOperationsMask operations_allowed,
|
| int key_modifiers) {}
|
| - virtual void DragTargetDragLeave() {}
|
| + virtual void DragTargetDragLeave(const gfx::Point& client_point,
|
| + const gfx::Point& screen_point) {}
|
| virtual void DragTargetDrop(const DropData& drop_data,
|
| const gfx::Point& client_pt,
|
| const gfx::Point& screen_pt,
|
|
|