| Index: chrome/browser/views/tab_contents/tab_contents_view_gtk.h
|
| ===================================================================
|
| --- chrome/browser/views/tab_contents/tab_contents_view_gtk.h (revision 63740)
|
| +++ chrome/browser/views/tab_contents/tab_contents_view_gtk.h (working copy)
|
| @@ -65,6 +65,12 @@
|
|
|
| // Backend implementation of RenderViewHostDelegate::View.
|
| virtual void ShowContextMenu(const ContextMenuParams& params);
|
| + virtual void ShowPopupMenu(const gfx::Rect& bounds,
|
| + int item_height,
|
| + double item_font_size,
|
| + int selected_item,
|
| + const std::vector<WebMenuItem>& items,
|
| + bool right_aligned);
|
| virtual void StartDragging(const WebDropData& drop_data,
|
| WebKit::WebDragOperationsMask ops_allowed,
|
| const SkBitmap& image,
|
|
|