| Index: content/browser/web_contents/web_contents_view_android.h
|
| diff --git a/content/browser/web_contents/web_contents_view_android.h b/content/browser/web_contents/web_contents_view_android.h
|
| index eef26f9d0acbc96c58b6c556be3896c530fc29c4..8e7810f9141d87e4e16b1d17cffd7d15c61628a3 100644
|
| --- a/content/browser/web_contents/web_contents_view_android.h
|
| +++ b/content/browser/web_contents/web_contents_view_android.h
|
| @@ -65,7 +65,7 @@ class WebContentsViewAndroid : 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;
|
|
|