| Index: chrome/browser/tab_contents/tab_contents_view_gtk.cc
|
| diff --git a/chrome/browser/tab_contents/tab_contents_view_gtk.cc b/chrome/browser/tab_contents/tab_contents_view_gtk.cc
|
| index b549adab8fe867dcf1fc70ee6650369e63ab0df1..804cf56402ea52f1971c3a266fe193eda44833a7 100644
|
| --- a/chrome/browser/tab_contents/tab_contents_view_gtk.cc
|
| +++ b/chrome/browser/tab_contents/tab_contents_view_gtk.cc
|
| @@ -327,10 +327,8 @@ void TabContentsViewGtk::StartDragging(const WebDropData& drop_data,
|
| const SkBitmap& image,
|
| const gfx::Point& image_offset) {
|
| DCHECK(GetContentNativeView());
|
| -
|
| - drag_source_->StartDragging(drop_data, &last_mouse_down_, image,
|
| + drag_source_->StartDragging(drop_data, ops, &last_mouse_down_, image,
|
| image_offset);
|
| - // TODO(snej): Make use of the WebDragOperationsMask somehow
|
| }
|
|
|
| // -----------------------------------------------------------------------------
|
|
|