| 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 40be0297e5b5562e96ec85ce14fba20fb6b36049..ce7537e723a2c0fde115a816bfe7e474d00368d5 100644
|
| --- a/content/browser/web_contents/web_contents_view_android.h
|
| +++ b/content/browser/web_contents/web_contents_view_android.h
|
| @@ -64,7 +64,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;
|
|
|