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 e6cdcc9631e1560aee662b8e7fc96c97bbb26283..ffa190fe38fda778d5afc907510d005d0a1be84d 100644 |
--- a/content/browser/renderer_host/render_view_host_impl.cc |
+++ b/content/browser/renderer_host/render_view_host_impl.cc |
@@ -1446,7 +1446,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; |