| Index: content/renderer/render_frame_impl.h
|
| ===================================================================
|
| --- content/renderer/render_frame_impl.h (revision 255957)
|
| +++ content/renderer/render_frame_impl.h (working copy)
|
| @@ -171,6 +171,7 @@
|
| virtual int ShowContextMenu(ContextMenuClient* client,
|
| const ContextMenuParams& params) OVERRIDE;
|
| virtual void CancelContextMenu(int request_id) OVERRIDE;
|
| + virtual blink::WebNode GetContextMenuNode() const OVERRIDE;
|
| virtual blink::WebPlugin* CreatePlugin(
|
| blink::WebFrame* frame,
|
| const WebPluginInfo& info,
|
|
|