| Index: content/browser/web_contents/web_contents_view_android.h
|
| ===================================================================
|
| --- content/browser/web_contents/web_contents_view_android.h (revision 164713)
|
| +++ content/browser/web_contents/web_contents_view_android.h (working copy)
|
| @@ -52,9 +52,8 @@
|
| virtual gfx::Rect GetViewBounds() const OVERRIDE;
|
|
|
| // Backend implementation of RenderViewHostDelegateView.
|
| - virtual void ShowContextMenu(
|
| - const ContextMenuParams& params,
|
| - content::ContextMenuSourceType type) OVERRIDE;
|
| + virtual void ShowContextMenu(const ContextMenuParams& params,
|
| + ContextMenuSourceType type) OVERRIDE;
|
| virtual void ShowPopupMenu(const gfx::Rect& bounds,
|
| int item_height,
|
| double item_font_size,
|
|
|