| Index: chrome/browser/renderer_host/render_widget_host.h
|
| ===================================================================
|
| --- chrome/browser/renderer_host/render_widget_host.h (revision 62862)
|
| +++ chrome/browser/renderer_host/render_widget_host.h (working copy)
|
| @@ -499,6 +499,7 @@
|
| WebKit::WebScreenInfo* results);
|
| void OnMsgGetWindowRect(gfx::NativeViewId window_id, gfx::Rect* results);
|
| void OnMsgGetRootWindowRect(gfx::NativeViewId window_id, gfx::Rect* results);
|
| + void OnMsgSetPluginImeEnabled(bool enabled, int plugin_id);
|
| void OnAllocateFakePluginWindowHandle(bool opaque,
|
| bool root,
|
| gfx::PluginWindowHandle* id);
|
|
|