| 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 f7b73616a5edc6c8adca0285b54b36c2a86d25a8..12f07cc43a62e1b71000003bc69f49f988be4e7b 100644
|
| --- a/content/browser/web_contents/web_contents_drag_win.h
|
| +++ b/content/browser/web_contents/web_contents_drag_win.h
|
| @@ -48,7 +48,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.
|
| @@ -75,7 +75,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,
|
| @@ -83,7 +83,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();
|
|
|