Index: content/test/test_web_contents_view.h |
diff --git a/content/test/test_web_contents_view.h b/content/test/test_web_contents_view.h |
index 0076add350331717cf3c22c71e9fb90ca13c980c..be906f102d291c90de194f1d34bc750546beae2a 100644 |
--- a/content/test/test_web_contents_view.h |
+++ b/content/test/test_web_contents_view.h |
@@ -31,7 +31,7 @@ class TestWebContentsView : public WebContentsView, |
virtual void StartDragging(const WebDropData& drop_data, |
WebKit::WebDragOperationsMask allowed_ops, |
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; |