| Index: webkit/glue/plugins/plugin_host.cc
|
| diff --git a/webkit/glue/plugins/plugin_host.cc b/webkit/glue/plugins/plugin_host.cc
|
| index 815b415d9517ebb092d87b0970e5eb9d856ee0e5..2e1c23375b82b65362ffcb2a1e3c8f22edda8d38 100644
|
| --- a/webkit/glue/plugins/plugin_host.cc
|
| +++ b/webkit/glue/plugins/plugin_host.cc
|
| @@ -711,7 +711,7 @@ NPError NPN_GetValue(NPP id, NPNVariable variable, void *value) {
|
| {
|
| #if defined(OS_WIN) || defined(OS_LINUX)
|
| scoped_refptr<NPAPI::PluginInstance> plugin = FindInstance(id);
|
| - gfx::NativeView handle = plugin->window_handle();
|
| + gfx::PluginWindowHandle handle = plugin->window_handle();
|
| *((void**)value) = (void*)handle;
|
| rv = NPERR_NO_ERROR;
|
| #else
|
|
|