| Index: chrome/browser/gtk/tab_contents_drag_source.h
|
| diff --git a/chrome/browser/gtk/tab_contents_drag_source.h b/chrome/browser/gtk/tab_contents_drag_source.h
|
| index 7740ee60adcf83e86d6eb6e483e6f3c2a8db9de9..b7407f374a026a8186c8a178ccec2a555200eb57 100644
|
| --- a/chrome/browser/gtk/tab_contents_drag_source.h
|
| +++ b/chrome/browser/gtk/tab_contents_drag_source.h
|
| @@ -33,6 +33,7 @@ class TabContentsDragSource : public MessageLoopForUI::Observer {
|
| // Starts a drag for the tab contents this TabContentsDragSource was
|
| // created for.
|
| void StartDragging(const WebDropData& drop_data,
|
| + WebKit::WebDragOperationsMask allowed_ops,
|
| GdkEventButton* last_mouse_down,
|
| const SkBitmap& image,
|
| const gfx::Point& image_offset);
|
|
|