| 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 371359a9050315bc7691f879bdfd804bb4dff15b..092cf182864f5ba165904c63c48bb790475ef517 100644
|
| --- a/content/test/test_web_contents_view.h
|
| +++ b/content/test/test_web_contents_view.h
|
| @@ -30,7 +30,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;
|
|
|