| Index: chrome/renderer/webplugin_delegate_proxy.h
|
| diff --git a/chrome/renderer/webplugin_delegate_proxy.h b/chrome/renderer/webplugin_delegate_proxy.h
|
| index 3b8d6162daef2945ee33bb46045b477cf362a264..e7208159510d5a336e895c473328b2c1945749ac 100644
|
| --- a/chrome/renderer/webplugin_delegate_proxy.h
|
| +++ b/chrome/renderer/webplugin_delegate_proxy.h
|
| @@ -106,7 +106,11 @@ class WebPluginDelegateProxy : public WebPluginDelegate,
|
|
|
| // Message handlers for messages that proxy WebPlugin methods, which
|
| // we translate into calls to the real WebPlugin.
|
| - void OnSetWindow(gfx::NativeViewId window);
|
| + void OnSetWindow(gfx::PluginWindowHandle window);
|
| +#if defined(OS_LINUX)
|
| + void OnCreatePluginContainer(gfx::PluginWindowHandle* container);
|
| + void OnDestroyPluginContainer(gfx::PluginWindowHandle container);
|
| +#endif
|
| #if defined(OS_WIN)
|
| void OnSetWindowlessPumpEvent(HANDLE modal_loop_pump_messages_event);
|
| #endif
|
|
|