| Index: chrome/browser/chromeos/app_launcher.cc | 
| =================================================================== | 
| --- chrome/browser/chromeos/app_launcher.cc	(revision 41876) | 
| +++ chrome/browser/chromeos/app_launcher.cc	(working copy) | 
| @@ -470,7 +470,9 @@ | 
| } | 
|  | 
| 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. | 
|  |