| Index: content/browser/renderer_host/render_widget_host_view_aura.h
|
| ===================================================================
|
| --- content/browser/renderer_host/render_widget_host_view_aura.h (revision 254898)
|
| +++ content/browser/renderer_host/render_widget_host_view_aura.h (working copy)
|
| @@ -131,6 +131,10 @@
|
| // perform any necessary clean-up.
|
| virtual void OnViewDestroyed() = 0;
|
|
|
| + // Sets the render frame ID of the frame that the context menu is over.
|
| + virtual void SetContextMenuRenderFrameID(int render_process_id,
|
| + int render_frame_id) = 0;
|
| +
|
| protected:
|
| virtual ~TouchEditingClient() {}
|
| };
|
|
|