| Index: content/browser/web_contents/web_contents_view_gtk.h
|
| diff --git a/content/browser/web_contents/web_contents_view_gtk.h b/content/browser/web_contents/web_contents_view_gtk.h
|
| index 5ece50312efd0887b1f123feae9e916587201dc5..0286e810f7a6da013ef0b507197b92cd941bb373 100644
|
| --- a/content/browser/web_contents/web_contents_view_gtk.h
|
| +++ b/content/browser/web_contents/web_contents_view_gtk.h
|
| @@ -79,7 +79,7 @@ class CONTENT_EXPORT WebContentsViewGtk
|
| 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;
|
|
|