summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/app_launcher.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/chromeos/app_launcher.cc')
-rw-r--r--chrome/browser/chromeos/app_launcher.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/app_launcher.cc b/chrome/browser/chromeos/app_launcher.cc
index 538fae3..ea95e7a 100644
--- a/chrome/browser/chromeos/app_launcher.cc
+++ b/chrome/browser/chromeos/app_launcher.cc
@@ -470,7 +470,9 @@ void AppLauncher::ShowCreatedWindow(int route_id,
}
void AppLauncher::StartDragging(const WebDropData& drop_data,
- WebKit::WebDragOperationsMask allowed_ops) {
+ WebKit::WebDragOperationsMask allowed_ops,
+ 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.