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 35351dd5e48961fa74487df8074bac5bc061c06c..a95bf68531c665fc859b1b3843c059c632e5c86b 100644 |
--- a/content/browser/web_contents/web_contents_view_win.h |
+++ b/content/browser/web_contents/web_contents_view_win.h |
@@ -89,7 +89,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; |