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