Index: chrome/browser/extensions/extension_host.cc |
=================================================================== |
--- chrome/browser/extensions/extension_host.cc (revision 41876) |
+++ chrome/browser/extensions/extension_host.cc (working copy) |
@@ -577,7 +577,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. |