| 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 059f9e04f5c9820cfe73e49bd79eec7d1039eb7d..48336e4d4986bf978a8e762199e93d7b0c43fdb4 100644
|
| --- a/content/public/browser/render_widget_host.h
|
| +++ b/content/public/browser/render_widget_host.h
|
| @@ -276,7 +276,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,
|
|
|