Index: content/browser/web_contents/web_contents_view_win.h |
diff --git a/content/browser/web_contents/web_contents_view_win.h b/content/browser/web_contents/web_contents_view_win.h |
index ebb2c8148c0092ae70e768c05bbee99583109c97..9d4d010d9cb83360ab76791c5f1fc0825d5e3109 100644 |
--- a/content/browser/web_contents/web_contents_view_win.h |
+++ b/content/browser/web_contents/web_contents_view_win.h |
@@ -88,7 +88,7 @@ class CONTENT_EXPORT WebContentsViewWin |
virtual void StartDragging(const WebDropData& drop_data, |
WebKit::WebDragOperationsMask operations, |
const gfx::ImageSkia& image, |
- const gfx::Point& image_offset) OVERRIDE; |
+ const gfx::Vector2d& image_offset) OVERRIDE; |
virtual void UpdateDragCursor(WebKit::WebDragOperation operation) OVERRIDE; |
virtual void GotFocus() OVERRIDE; |
virtual void TakeFocus(bool reverse) OVERRIDE; |