| Index: chrome/browser/renderer_host/render_widget_host.h
|
| ===================================================================
|
| --- chrome/browser/renderer_host/render_widget_host.h (revision 26504)
|
| +++ chrome/browser/renderer_host/render_widget_host.h (working copy)
|
| @@ -406,6 +406,8 @@
|
| void OnMsgInputEventAck(const IPC::Message& message);
|
| void OnMsgFocus();
|
| void OnMsgBlur();
|
| + virtual void OnMsgFocusedNodeChanged();
|
| +
|
| void OnMsgSetCursor(const WebCursor& cursor);
|
| // Using int instead of ViewHostMsg_ImeControl for control's type to avoid
|
| // having to bring in render_messages.h in a header file.
|
|
|