| Index: chrome/browser/renderer_host/render_widget_host.h
|
| ===================================================================
|
| --- chrome/browser/renderer_host/render_widget_host.h (revision 65702)
|
| +++ chrome/browser/renderer_host/render_widget_host.h (working copy)
|
| @@ -509,6 +509,8 @@
|
| #elif defined(OS_POSIX)
|
| void OnMsgCreatePluginContainer(gfx::PluginWindowHandle id);
|
| void OnMsgDestroyPluginContainer(gfx::PluginWindowHandle id);
|
| +#elif defined(OS_WIN)
|
| + void OnShowCompositorHostWindow(bool show);
|
| #endif
|
|
|
| // Paints the given bitmap to the current backing store at the given location.
|
|
|