| Index: chrome/browser/renderer_host/render_view_host.h
|
| ===================================================================
|
| --- chrome/browser/renderer_host/render_view_host.h (revision 25695)
|
| +++ chrome/browser/renderer_host/render_view_host.h (working copy)
|
| @@ -409,6 +409,8 @@
|
| virtual void ForwardMouseEvent(const WebKit::WebMouseEvent& mouse_event);
|
| virtual void ForwardEditCommand(const std::string& name,
|
| const std::string& value);
|
| + virtual void ForwardEditCommandsForNextKeyEvent(
|
| + const EditCommands& edit_commands);
|
| virtual gfx::Rect GetRootWindowResizerRect() const;
|
|
|
| // Creates a new RenderView with the given route id.
|
|
|