| Index: content/browser/web_contents/web_contents_view_aura.h
|
| diff --git a/content/browser/web_contents/web_contents_view_aura.h b/content/browser/web_contents/web_contents_view_aura.h
|
| index 1b307af6653c4db6fe2d651d4081a80b4b63fe23..5c6691828aa5ed31d898a5fa0c76e230b239255c 100644
|
| --- a/content/browser/web_contents/web_contents_view_aura.h
|
| +++ b/content/browser/web_contents/web_contents_view_aura.h
|
| @@ -67,6 +67,13 @@ class CONTENT_EXPORT WebContentsViewAura
|
| // Overridden from RenderViewHostDelegateView:
|
| virtual void ShowContextMenu(
|
| const content::ContextMenuParams& params) OVERRIDE;
|
| + 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,
|
| + bool allow_multiple_selection) OVERRIDE;
|
| virtual void StartDragging(const WebDropData& drop_data,
|
| WebKit::WebDragOperationsMask operations,
|
| const SkBitmap& image,
|
|
|