| Index: webkit/glue/plugins/webplugin_delegate_impl.h
|
| ===================================================================
|
| --- webkit/glue/plugins/webplugin_delegate_impl.h (revision 7499)
|
| +++ webkit/glue/plugins/webplugin_delegate_impl.h (working copy)
|
| @@ -8,6 +8,7 @@
|
| #include <string>
|
| #include <list>
|
|
|
| +#include "base/gfx/native_widget_types.h"
|
| #include "base/iat_patch.h"
|
| #include "base/ref_counted.h"
|
| #include "base/task.h"
|
| @@ -25,7 +26,7 @@
|
| public:
|
| static WebPluginDelegateImpl* Create(const std::wstring& filename,
|
| const std::string& mime_type,
|
| - HWND containing_window);
|
| + gfx::NativeView containing_view);
|
| static bool IsPluginDelegateWindow(HWND window);
|
| static bool GetPluginNameFromWindow(HWND window, std::wstring *plugin_name);
|
|
|
| @@ -102,7 +103,7 @@
|
| bool visible);
|
|
|
| private:
|
| - WebPluginDelegateImpl(HWND containing_window,
|
| + WebPluginDelegateImpl(gfx::NativeView containing_view,
|
| NPAPI::PluginInstance *instance);
|
| ~WebPluginDelegateImpl();
|
|
|
|
|