| Index: content/browser/renderer_host/render_view_host_unittest.cc
|
| diff --git a/content/browser/renderer_host/render_view_host_unittest.cc b/content/browser/renderer_host/render_view_host_unittest.cc
|
| index d9840d92e2c9a2d6f2f503104bffd3c5b2d4a313..f3a2b1f2b4e14ae79e192176868b6ae515593a31 100644
|
| --- a/content/browser/renderer_host/render_view_host_unittest.cc
|
| +++ b/content/browser/renderer_host/render_view_host_unittest.cc
|
| @@ -83,6 +83,13 @@ class MockDraggingRenderViewHostDelegateView
|
| public:
|
| virtual ~MockDraggingRenderViewHostDelegateView() {}
|
| virtual void ShowContextMenu(const content::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,
|
| + bool allow_multiple_selection) {}
|
| virtual void StartDragging(const WebDropData& drop_data,
|
| WebKit::WebDragOperationsMask allowed_ops,
|
| const SkBitmap& image,
|
|
|