Index: chrome/browser/renderer_host/render_widget_host_view_win.h |
=================================================================== |
--- chrome/browser/renderer_host/render_widget_host_view_win.h (revision 9103) |
+++ chrome/browser/renderer_host/render_widget_host_view_win.h (working copy) |
@@ -136,8 +136,7 @@ |
virtual void UpdateCursor(const WebCursor& cursor); |
virtual void UpdateCursorIfOverSelf(); |
virtual void SetIsLoading(bool is_loading); |
- virtual void IMEUpdateStatus(ViewHostMsg_ImeControl control, |
- const gfx::Rect& caret_rect); |
+ virtual void IMEUpdateStatus(int control, const gfx::Rect& caret_rect); |
virtual void DidPaintRect(const gfx::Rect& rect); |
virtual void DidScrollRect(const gfx::Rect& rect, int dx, int dy); |
virtual void RendererGone(); |