| Index: chrome/browser/tab_contents/tab_contents_view_gtk.h
|
| ===================================================================
|
| --- chrome/browser/tab_contents/tab_contents_view_gtk.h (revision 63740)
|
| +++ chrome/browser/tab_contents/tab_contents_view_gtk.h (working copy)
|
| @@ -8,6 +8,8 @@
|
|
|
| #include <gtk/gtk.h>
|
|
|
| +#include <vector>
|
| +
|
| #include "app/gtk_signal.h"
|
| #include "base/scoped_ptr.h"
|
| #include "chrome/browser/gtk/focus_store_gtk.h"
|
| @@ -61,6 +63,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 allowed_ops,
|
| const SkBitmap& image,
|
|
|