Index: chrome/browser/renderer_host/test_render_view_host.h |
=================================================================== |
--- chrome/browser/renderer_host/test_render_view_host.h (revision 9103) |
+++ chrome/browser/renderer_host/test_render_view_host.h (working copy) |
@@ -54,8 +54,7 @@ |
virtual void SetIsLoading(bool is_loading) {} |
virtual void UpdateCursor(const WebCursor& cursor) {} |
virtual void UpdateCursorIfOverSelf() {} |
- 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() {} |