summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_host.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions/extension_host.cc')
-rw-r--r--chrome/browser/extensions/extension_host.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/extensions/extension_host.cc b/chrome/browser/extensions/extension_host.cc
index ef9faae..e2d86da 100644
--- a/chrome/browser/extensions/extension_host.cc
+++ b/chrome/browser/extensions/extension_host.cc
@@ -557,7 +557,9 @@ void ExtensionHost::ShowContextMenu(const ContextMenuParams& params) {
}
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.