| Index: content/browser/renderer_host/render_widget_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_widget_host_impl.h b/content/browser/renderer_host/render_widget_host_impl.h
|
| index cd530d81ae7356f9b527e2748d9ee7b7fd45509b..1db87d02d17328e6be174c4b676781e7b464d405 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.h
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.h
|
| @@ -186,7 +186,8 @@ class CONTENT_EXPORT RenderWidgetHostImpl : public RenderWidgetHost,
|
| const gfx::Point& screen_pt,
|
| blink::WebDragOperationsMask operations_allowed,
|
| int key_modifiers) override;
|
| - void DragTargetDragLeave() override;
|
| + void DragTargetDragLeave(const gfx::Point& client_point,
|
| + const gfx::Point& screen_point) override;
|
| // |drop_data| must have been filtered. The embedder should call
|
| // FilterDropData before passing the drop data to RWHI.
|
| void DragTargetDrop(const DropData& drop_data,
|
|
|