| Index: content/browser/renderer_host/render_view_host_impl.cc
|
| diff --git a/content/browser/renderer_host/render_view_host_impl.cc b/content/browser/renderer_host/render_view_host_impl.cc
|
| index 75de0517a94ee3fe93a34d67c7dfea60702b83c1..a993a0a4f5da1bc885022e534e457434e89ffe6b 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_view_host_impl.cc
|
| @@ -1458,7 +1458,7 @@ void RenderViewHostImpl::OnMsgStartDragging(
|
| const WebDropData& drop_data,
|
| WebDragOperationsMask drag_operations_mask,
|
| const SkBitmap& bitmap,
|
| - const gfx::Point& bitmap_offset_in_dip) {
|
| + const gfx::Vector2d& bitmap_offset_in_dip) {
|
| RenderViewHostDelegateView* view = delegate_->GetDelegateView();
|
| if (!view)
|
| return;
|
|
|