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 64ff440aea76dc09c9c63d906e12d47fb60c15ce..1dbd40ea85abf733e10369e04fc9d6275102ce2a 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; |