Index: content/browser/web_contents/web_contents_view_aura.h |
diff --git a/content/browser/web_contents/web_contents_view_aura.h b/content/browser/web_contents/web_contents_view_aura.h |
index ef37095265c0e5d9b672b71e765f45cfa42dc5d5..cd7712794ab07fad5b2155ff03ddbfe848c24ee8 100644 |
--- a/content/browser/web_contents/web_contents_view_aura.h |
+++ b/content/browser/web_contents/web_contents_view_aura.h |
@@ -80,7 +80,7 @@ class CONTENT_EXPORT WebContentsViewAura |
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; |