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 28b961de929df9b65b8b2d971c13ab1d05ce73f3..a73af1857604cced178a1e81099581b790fcb4d0 100644 |
--- a/content/browser/renderer_host/render_view_host_impl.h |
+++ b/content/browser/renderer_host/render_view_host_impl.h |
@@ -545,7 +545,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); |