| Index: chrome/browser/renderer_host/render_view_host.h
|
| ===================================================================
|
| --- chrome/browser/renderer_host/render_view_host.h (revision 36364)
|
| +++ chrome/browser/renderer_host/render_view_host.h (working copy)
|
| @@ -415,6 +415,7 @@
|
| virtual void GotFocus();
|
| virtual bool CanBlur() const;
|
| virtual void ForwardMouseEvent(const WebKit::WebMouseEvent& mouse_event);
|
| + virtual void ForwardKeyboardEvent(const NativeWebKeyboardEvent& key_event);
|
| virtual void ForwardEditCommand(const std::string& name,
|
| const std::string& value);
|
| virtual void ForwardEditCommandsForNextKeyEvent(
|
|
|