| Index: content/browser/web_contents/web_contents_drag_win.h
|
| diff --git a/content/browser/web_contents/web_contents_drag_win.h b/content/browser/web_contents/web_contents_drag_win.h
|
| index 73c65c14c36f087234b3e655287df8b9828311fb..d10c92270a0b91b0ee9e8ed1a3b27f02f0a7a68b 100644
|
| --- a/content/browser/web_contents/web_contents_drag_win.h
|
| +++ b/content/browser/web_contents/web_contents_drag_win.h
|
| @@ -49,7 +49,7 @@ class CONTENT_EXPORT WebContentsDragWin
|
| void StartDragging(const WebDropData& drop_data,
|
| WebKit::WebDragOperationsMask ops,
|
| const gfx::ImageSkia& image,
|
| - const gfx::Point& image_offset);
|
| + const gfx::Vector2d& image_offset);
|
| void CancelDrag();
|
|
|
| // DataObjectImpl::Observer implementation.
|
| @@ -76,7 +76,7 @@ class CONTENT_EXPORT WebContentsDragWin
|
| const GURL& page_url,
|
| const std::string& page_encoding,
|
| const gfx::ImageSkia& image,
|
| - const gfx::Point& image_offset);
|
| + const gfx::Vector2d& image_offset);
|
|
|
| // Called on drag-and-drop thread.
|
| void StartBackgroundDragging(const WebDropData& drop_data,
|
| @@ -84,7 +84,7 @@ class CONTENT_EXPORT WebContentsDragWin
|
| const GURL& page_url,
|
| const std::string& page_encoding,
|
| const gfx::ImageSkia& image,
|
| - const gfx::Point& image_offset);
|
| + const gfx::Vector2d& image_offset);
|
| // Called on UI thread.
|
| void EndDragging();
|
| void CloseThread();
|
|
|