diff options
Diffstat (limited to 'chrome/browser/render_widget_host.h')
-rw-r--r-- | chrome/browser/render_widget_host.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/render_widget_host.h b/chrome/browser/render_widget_host.h index 4b1ffcc1..825a680 100644 --- a/chrome/browser/render_widget_host.h +++ b/chrome/browser/render_widget_host.h @@ -221,7 +221,8 @@ class RenderWidgetHost : public IPC::Channel::Listener { void OnMsgFocus(); void OnMsgBlur(); void OnMsgSetCursor(const WebCursor& cursor); - void OnMsgImeUpdateStatus(ViewHostMsg_ImeControl control, int x, int y); + void OnMsgImeUpdateStatus(ViewHostMsg_ImeControl control, + const gfx::Rect& caret_rect); void MovePluginWindows( const std::vector<WebPluginGeometry>& plugin_window_moves); |