| Index: chrome/browser/renderer_host/render_widget_host.h
|
| ===================================================================
|
| --- chrome/browser/renderer_host/render_widget_host.h (revision 55530)
|
| +++ chrome/browser/renderer_host/render_widget_host.h (working copy)
|
| @@ -481,8 +481,8 @@
|
| void OnMsgUpdateVideo(TransportDIB::Id bitmap, const gfx::Rect& bitmap_rect);
|
| void OnMsgDestroyVideo();
|
| void OnMsgInputEventAck(const IPC::Message& message);
|
| - void OnMsgFocus();
|
| - void OnMsgBlur();
|
| + virtual void OnMsgFocus();
|
| + virtual void OnMsgBlur();
|
|
|
| void OnMsgSetCursor(const WebCursor& cursor);
|
| void OnMsgImeUpdateTextInputState(WebKit::WebTextInputType type,
|
|
|