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 c62a70baa525c92ca338513dc948b66364087ae9..7b266fe48931b4ecae20401f1baf2f8ff3789e63 100644 |
--- a/content/browser/renderer_host/render_view_host_impl.h |
+++ b/content/browser/renderer_host/render_view_host_impl.h |
@@ -540,7 +540,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); |