| Index: chrome/browser/renderer_host/render_widget_host_view_win.cc
|
| ===================================================================
|
| --- chrome/browser/renderer_host/render_widget_host_view_win.cc (revision 9176)
|
| +++ chrome/browser/renderer_host/render_widget_host_view_win.cc (working copy)
|
| @@ -271,7 +271,7 @@
|
| UpdateCursorIfOverSelf();
|
| }
|
|
|
| -void RenderWidgetHostViewWin::IMEUpdateStatus(ViewHostMsg_ImeControl control,
|
| +void RenderWidgetHostViewWin::IMEUpdateStatus(int control,
|
| const gfx::Rect& caret_rect) {
|
| if (control == IME_DISABLE) {
|
| ime_input_.DisableIME(m_hWnd);
|
|
|