| 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 7f5babc16bbaecc4b05058afcc386416c1bf0ebd..b465089cac08585f0e7eeae35bcc98734867228d 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.h
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.h
|
| @@ -199,6 +199,12 @@ class CONTENT_EXPORT RenderWidgetHostImpl : public RenderWidgetHost,
|
| const gfx::Point& client_pt,
|
| const gfx::Point& screen_pt,
|
| int key_modifiers) override;
|
| + void DragSourceEndedAt(int client_x,
|
| + int client_y,
|
| + int screen_x,
|
| + int screen_y,
|
| + blink::WebDragOperation operation) override;
|
| + void DragSourceSystemDragEnded() override;
|
| void FilterDropData(DropData* drop_data) override;
|
|
|
| // Notification that the screen info has changed.
|
|
|