| Index: chrome/browser/views/tab_contents/tab_contents_view_gtk.cc
|
| diff --git a/chrome/browser/views/tab_contents/tab_contents_view_gtk.cc b/chrome/browser/views/tab_contents/tab_contents_view_gtk.cc
|
| index bbeb84103c31c7852d08b89b959e96ab9461c71e..e1d4d02e0cbdf3babcc167ac5d43fcedaf41911b 100644
|
| --- a/chrome/browser/views/tab_contents/tab_contents_view_gtk.cc
|
| +++ b/chrome/browser/views/tab_contents/tab_contents_view_gtk.cc
|
| @@ -222,9 +222,8 @@ void TabContentsViewGtk::StartDragging(const WebDropData& drop_data,
|
| WebDragOperationsMask ops,
|
| const SkBitmap& image,
|
| const gfx::Point& image_offset) {
|
| - drag_source_->StartDragging(drop_data, &last_mouse_down_,
|
| + drag_source_->StartDragging(drop_data, ops, &last_mouse_down_,
|
| image, image_offset);
|
| - // TODO(snej): Make use of WebDragOperationsMask
|
| }
|
|
|
| void TabContentsViewGtk::SetPageTitle(const std::wstring& title) {
|
|
|