| Index: content/plugin/webplugin_delegate_stub.cc
|
| ===================================================================
|
| --- content/plugin/webplugin_delegate_stub.cc (revision 99813)
|
| +++ content/plugin/webplugin_delegate_stub.cc (working copy)
|
| @@ -162,7 +162,9 @@
|
| command_line.GetSwitchValuePath(switches::kPluginPath);
|
|
|
| gfx::PluginWindowHandle parent = gfx::kNullPluginWindow;
|
| -#if defined(OS_WIN)
|
| +#if defined(USE_AURA)
|
| + // Nothing.
|
| +#elif defined(OS_WIN)
|
| parent = gfx::NativeViewFromId(params.containing_window);
|
| #elif defined(OS_LINUX)
|
| // This code is disabled, See issue 17110.
|
|
|