| Index: webkit/glue/plugins/webplugin_delegate_impl.cc
|
| diff --git a/webkit/glue/plugins/webplugin_delegate_impl.cc b/webkit/glue/plugins/webplugin_delegate_impl.cc
|
| index 5cf00a55953531a854adbb69166e9f3ffbca0d27..d197fb115bf5628a3cdaf3f4d38e0d660641c30d 100644
|
| --- a/webkit/glue/plugins/webplugin_delegate_impl.cc
|
| +++ b/webkit/glue/plugins/webplugin_delegate_impl.cc
|
| @@ -71,7 +71,7 @@ base::LazyInstance<iat_patch::IATPatchFunction> g_iat_patch_set_cursor(
|
| WebPluginDelegate* WebPluginDelegate::Create(
|
| const FilePath& filename,
|
| const std::string& mime_type,
|
| - gfx::NativeView containing_view) {
|
| + gfx::PluginWindowHandle containing_view) {
|
| scoped_refptr<NPAPI::PluginLib> plugin =
|
| NPAPI::PluginLib::CreatePluginLib(filename);
|
| if (plugin.get() == NULL)
|
| @@ -140,7 +140,7 @@ LRESULT CALLBACK WebPluginDelegateImpl::HandleEventMessageFilterHook(
|
| }
|
|
|
| WebPluginDelegateImpl::WebPluginDelegateImpl(
|
| - gfx::NativeView containing_view,
|
| + gfx::PluginWindowHandle containing_view,
|
| NPAPI::PluginInstance *instance)
|
| : parent_(containing_view),
|
| instance_(instance),
|
|
|