diff options
Diffstat (limited to 'chrome/browser/plugin_process_host.h')
-rw-r--r-- | chrome/browser/plugin_process_host.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/plugin_process_host.h b/chrome/browser/plugin_process_host.h index 72a5d78..62efdbd 100644 --- a/chrome/browser/plugin_process_host.h +++ b/chrome/browser/plugin_process_host.h @@ -110,6 +110,10 @@ class PluginProcessHost : public ChildProcessHost, gfx::NativeWindow caller_window); #endif +#if defined(OS_LINUX) + void OnMapNativeViewId(gfx::NativeViewId id, gfx::PluginWindowHandle* output); +#endif + virtual bool CanShutdown() { return sent_requests_.empty(); } struct ChannelRequest { |