| Index: chrome/renderer/render_view.h
|
| diff --git a/chrome/renderer/render_view.h b/chrome/renderer/render_view.h
|
| index 4310d47e9af00c7f4a5b87b568d0c3d297f4030c..7cc65cfec66826d489c0081a8eb70d46d014cf91 100644
|
| --- a/chrome/renderer/render_view.h
|
| +++ b/chrome/renderer/render_view.h
|
| @@ -53,6 +53,7 @@ class WebFrame;
|
| class WebPluginDelegate;
|
| class WebPluginDelegateProxy;
|
| class WebDevToolsAgentDelegate;
|
| +struct ContextMenuMediaParams;
|
| struct ThumbnailScore;
|
| struct ViewMsg_Navigate_Params;
|
| struct ViewMsg_UploadFile_Params;
|
| @@ -264,9 +265,10 @@ class RenderView : public RenderWidget,
|
| int x,
|
| int y,
|
| const GURL& link_url,
|
| - const GURL& image_url,
|
| + const GURL& src_url,
|
| const GURL& page_url,
|
| const GURL& frame_url,
|
| + const ContextMenuMediaParams& media_params,
|
| const std::wstring& selection_text,
|
| const std::wstring& misspelled_word,
|
| int edit_flags,
|
|
|