| Index: content/browser/renderer_host/render_view_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_view_host_impl.h b/content/browser/renderer_host/render_view_host_impl.h
|
| index 7d3cf04f73fa427ba9ff5473e97e928cb549d5c6..571512b0c30de7e100b03d3b9e1b1379fd18212f 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.h
|
| +++ b/content/browser/renderer_host/render_view_host_impl.h
|
| @@ -541,7 +541,7 @@ class CONTENT_EXPORT RenderViewHostImpl
|
| void OnMsgStartDragging(const WebDropData& drop_data,
|
| WebKit::WebDragOperationsMask operations_allowed,
|
| const SkBitmap& bitmap,
|
| - const gfx::Point& bitmap_offset_in_dip);
|
| + const gfx::Vector2d& bitmap_offset_in_dip);
|
| void OnUpdateDragCursor(WebKit::WebDragOperation drag_operation);
|
| void OnTargetDropACK();
|
| void OnTakeFocus(bool reverse);
|
|
|