| Index: webkit/glue/plugins/webplugin_delegate_impl.h
|
| diff --git a/webkit/glue/plugins/webplugin_delegate_impl.h b/webkit/glue/plugins/webplugin_delegate_impl.h
|
| index 61a41cd81babaf8fd8f27f2e3f58f8dbb1e2be77..d3cbdbf181658450fc1eae2e9597e19e676c52d8 100644
|
| --- a/webkit/glue/plugins/webplugin_delegate_impl.h
|
| +++ b/webkit/glue/plugins/webplugin_delegate_impl.h
|
| @@ -91,7 +91,7 @@ class WebPluginDelegateImpl : public WebPluginDelegate {
|
| private:
|
| friend class DeleteTask<WebPluginDelegateImpl>;
|
|
|
| - WebPluginDelegateImpl(gfx::NativeView containing_view,
|
| + WebPluginDelegateImpl(gfx::PluginWindowHandle containing_view,
|
| NPAPI::PluginInstance *instance);
|
| ~WebPluginDelegateImpl();
|
|
|
| @@ -154,7 +154,7 @@ class WebPluginDelegateImpl : public WebPluginDelegate {
|
| void DestroyInstance();
|
|
|
| // used for windowed plugins
|
| - gfx::NativeView windowed_handle_;
|
| + gfx::PluginWindowHandle windowed_handle_;
|
| bool windowed_did_set_window_;
|
| #if defined(OS_WIN)
|
| gfx::Rect windowed_last_pos_;
|
| @@ -190,7 +190,7 @@ class WebPluginDelegateImpl : public WebPluginDelegate {
|
| void EnsurePixmapAtLeastSize(int width, int height);
|
| #endif
|
|
|
| - gfx::NativeView parent_;
|
| + gfx::PluginWindowHandle parent_;
|
| NPWindow window_;
|
| #if defined(OS_MACOSX)
|
| NP_CGContext cg_context_;
|
|
|