| Index: content/browser/web_contents/web_contents_view_win.h
|
| diff --git a/content/browser/web_contents/web_contents_view_win.h b/content/browser/web_contents/web_contents_view_win.h
|
| index 0f6f2445489f00c93cf77ed42227fd1a7a49b0b6..87504ac0639a1ac325f3bfc63654f4bf0782a40a 100644
|
| --- a/content/browser/web_contents/web_contents_view_win.h
|
| +++ b/content/browser/web_contents/web_contents_view_win.h
|
| @@ -77,6 +77,13 @@ class CONTENT_EXPORT WebContentsViewWin
|
| // Implementation of 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,
|
|
|