| Index: chrome/browser/renderer_host/render_widget_host.h
|
| diff --git a/chrome/browser/renderer_host/render_widget_host.h b/chrome/browser/renderer_host/render_widget_host.h
|
| index c55149880829d5d0ec57e0c97a31206e09c331c4..cf3f9d5a7c83aaa5176e09f084110a452cbe84b4 100644
|
| --- a/chrome/browser/renderer_host/render_widget_host.h
|
| +++ b/chrome/browser/renderer_host/render_widget_host.h
|
| @@ -392,6 +392,10 @@ class RenderWidgetHost : public IPC::Channel::Listener {
|
| // having to bring in render_messages.h in a header file.
|
| void OnMsgImeUpdateStatus(int control, const gfx::Rect& caret_rect);
|
| void OnMsgShowPopup(const IPC::Message& message);
|
| +#if defined(OS_LINUX)
|
| + void OnMsgCreatePluginContainer(gfx::PluginWindowHandle *container);
|
| + void OnMsgDestroyPluginContainer(gfx::PluginWindowHandle container);
|
| +#endif
|
|
|
| // Paints the given bitmap to the current backing store at the given location.
|
| void PaintBackingStoreRect(TransportDIB* dib,
|
|
|