| Index: chrome/browser/renderer_host/render_widget_host_view.h
|
| ===================================================================
|
| --- chrome/browser/renderer_host/render_widget_host_view.h (revision 9176)
|
| +++ chrome/browser/renderer_host/render_widget_host_view.h (working copy)
|
| @@ -7,7 +7,7 @@
|
|
|
| #include "base/gfx/native_widget_types.h"
|
| #include "base/shared_memory.h"
|
| -#include "chrome/common/render_messages.h"
|
| +#include "webkit/glue/webplugin.h"
|
|
|
| namespace gfx {
|
| class Rect;
|
| @@ -85,8 +85,7 @@
|
| virtual void SetIsLoading(bool is_loading) = 0;
|
|
|
| // Enable or disable IME for the view.
|
| - virtual void IMEUpdateStatus(ViewHostMsg_ImeControl control,
|
| - const gfx::Rect& caret_rect) = 0;
|
| + virtual void IMEUpdateStatus(int control, const gfx::Rect& caret_rect) = 0;
|
|
|
| // Informs the view that a portion of the widget's backing store was painted.
|
| // The view should copy the given rect from the backing store of the render
|
|
|