diff options
Diffstat (limited to 'content/port/browser')
-rw-r--r-- | content/port/browser/render_view_host_delegate_view.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/content/port/browser/render_view_host_delegate_view.h b/content/port/browser/render_view_host_delegate_view.h index 8a646c4..1fc618d 100644 --- a/content/port/browser/render_view_host_delegate_view.h +++ b/content/port/browser/render_view_host_delegate_view.h @@ -17,6 +17,7 @@ struct WebDropData; struct WebMenuItem; namespace gfx { +class ImageSkia; class Point; class Rect; } @@ -50,7 +51,7 @@ class CONTENT_EXPORT RenderViewHostDelegateView { // by WebDropData. virtual void StartDragging(const WebDropData& drop_data, WebKit::WebDragOperationsMask allowed_ops, - const SkBitmap& image, + const gfx::ImageSkia& image, const gfx::Point& image_offset) {} // The page wants to update the mouse cursor during a drag & drop operation. |