summaryrefslogtreecommitdiffstats
path: root/webkit/glue/plugins/webplugin_delegate_impl.h
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-26 01:13:45 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-26 01:13:45 +0000
commit83d0e2ba3c024eda4291c505300217e7ad8d7ba0 (patch)
tree709637ef3a06d70fed44ecc9ad5892ef14e1da59 /webkit/glue/plugins/webplugin_delegate_impl.h
parentb6757a4e8d6140ca93381e283bf55664f87d424a (diff)
downloadchromium_src-83d0e2ba3c024eda4291c505300217e7ad8d7ba0.zip
chromium_src-83d0e2ba3c024eda4291c505300217e7ad8d7ba0.tar.gz
chromium_src-83d0e2ba3c024eda4291c505300217e7ad8d7ba0.tar.bz2
Revert all of my patches from today.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19328 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/plugins/webplugin_delegate_impl.h')
-rw-r--r--webkit/glue/plugins/webplugin_delegate_impl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/webkit/glue/plugins/webplugin_delegate_impl.h b/webkit/glue/plugins/webplugin_delegate_impl.h
index d3cbdbf..61a41cd 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::PluginWindowHandle containing_view,
+ WebPluginDelegateImpl(gfx::NativeView containing_view,
NPAPI::PluginInstance *instance);
~WebPluginDelegateImpl();
@@ -154,7 +154,7 @@ class WebPluginDelegateImpl : public WebPluginDelegate {
void DestroyInstance();
// used for windowed plugins
- gfx::PluginWindowHandle windowed_handle_;
+ gfx::NativeView 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::PluginWindowHandle parent_;
+ gfx::NativeView parent_;
NPWindow window_;
#if defined(OS_MACOSX)
NP_CGContext cg_context_;