Index: chrome/browser/extensions/extension_host.cc |
=================================================================== |
--- chrome/browser/extensions/extension_host.cc (revision 41111) |
+++ chrome/browser/extensions/extension_host.cc (working copy) |
@@ -557,7 +557,9 @@ |
} |
void ExtensionHost::StartDragging(const WebDropData& drop_data, |
- WebDragOperationsMask operation_mask) { |
+ WebDragOperationsMask operation_mask, |
+ const SkBitmap& image, |
+ const gfx::Point& image_offset) { |
// We're not going to do any drag & drop, but we have to tell the renderer the |
// drag & drop ended, othewise the renderer thinks the drag operation is |
// underway and mouse events won't work. See bug 34061. |