diff options
author | glen@chromium.org <glen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-30 01:15:26 +0000 |
---|---|---|
committer | glen@chromium.org <glen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-30 01:15:26 +0000 |
commit | e46c47f8f360ed1fadb6a921f32bff4a17d57861 (patch) | |
tree | 998a743200ab338e0d8d57f68cc061486aa68cd4 /webkit/glue/webplugin.h | |
parent | a1373e7e48fe39b488f8888f5018bf2e624a0268 (diff) | |
download | chromium_src-e46c47f8f360ed1fadb6a921f32bff4a17d57861.zip chromium_src-e46c47f8f360ed1fadb6a921f32bff4a17d57861.tar.gz chromium_src-e46c47f8f360ed1fadb6a921f32bff4a17d57861.tar.bz2 |
Reverting 19560. This caused a bunch of plugin-related unittest failures on Windows.
Review URL: http://codereview.chromium.org/150088
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19573 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webplugin.h')
-rw-r--r-- | webkit/glue/webplugin.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/webkit/glue/webplugin.h b/webkit/glue/webplugin.h index 07d2470..2debf9a 100644 --- a/webkit/glue/webplugin.h +++ b/webkit/glue/webplugin.h @@ -52,13 +52,6 @@ class WebPlugin { WebPlugin() { } virtual ~WebPlugin() { } -#if defined(OS_LINUX) - // Called by the plugin delegate to request a container for a new - // windowed plugin. This handle will later get destroyed with - // WillDestroyWindow. - virtual gfx::PluginWindowHandle CreatePluginContainer() = 0; -#endif - // Called by the plugin delegate to let the WebPlugin know if the plugin is // windowed (i.e. handle is not NULL) or windowless (handle is NULL). This // tells the WebPlugin to send mouse/keyboard events to the plugin delegate, |