Index: content/test/test_web_contents_view.cc |
diff --git a/content/test/test_web_contents_view.cc b/content/test/test_web_contents_view.cc |
index 1fc17c8c37de11f1aa56586af8f867fe155bee95..4a88d1586e2ce25e47fde289c293b4eea0417fa1 100644 |
--- a/content/test/test_web_contents_view.cc |
+++ b/content/test/test_web_contents_view.cc |
@@ -30,7 +30,7 @@ void TestWebContentsView::StartDragging( |
const WebDropData& drop_data, |
WebKit::WebDragOperationsMask allowed_ops, |
const gfx::ImageSkia& image, |
- const gfx::Point& image_offset) { |
+ const gfx::Vector2d& image_offset) { |
} |
void TestWebContentsView::UpdateDragCursor(WebKit::WebDragOperation operation) { |