diff options
author | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-06 16:37:06 +0000 |
---|---|---|
committer | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-06 16:37:06 +0000 |
commit | c942b1e8fd4da83d9eecbe94bc2cd91a0aa605cd (patch) | |
tree | 46a5d0b4b4fe8717c1fa41c2ffe46d522ddc4892 /webkit/glue/plugins/webplugin_delegate_impl.h | |
parent | f89003678335e4ac777beb864aeae8de381d4ce9 (diff) | |
download | chromium_src-c942b1e8fd4da83d9eecbe94bc2cd91a0aa605cd.zip chromium_src-c942b1e8fd4da83d9eecbe94bc2cd91a0aa605cd.tar.gz chromium_src-c942b1e8fd4da83d9eecbe94bc2cd91a0aa605cd.tar.bz2 |
Remove the Mac QuickTime quirk, which we don't need after all
See bug for full explanation of why the quirk isn't necessary. The short version is that the quirk was actually compensating for a bug of our own that has since been fixed, not a real problem with QuickTime.
BUG=29357
TEST=See bug; given URLs shouldn't crash.
Review URL: http://codereview.chromium.org/523083
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35626 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/plugins/webplugin_delegate_impl.h')
-rw-r--r-- | webkit/glue/plugins/webplugin_delegate_impl.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/webkit/glue/plugins/webplugin_delegate_impl.h b/webkit/glue/plugins/webplugin_delegate_impl.h index 8a22538..8fd15a8 100644 --- a/webkit/glue/plugins/webplugin_delegate_impl.h +++ b/webkit/glue/plugins/webplugin_delegate_impl.h @@ -50,7 +50,6 @@ class WebPluginDelegateImpl : public webkit_glue::WebPluginDelegate { PLUGIN_QUIRK_NO_WINDOWLESS = 1024, // Windows PLUGIN_QUIRK_PATCH_REGENUMKEYEXW = 2048, // Windows PLUGIN_QUIRK_ALWAYS_NOTIFY_SUCCESS = 4096, // Windows - PLUGIN_QUIRK_IGNORE_NEGOTIATED_DRAWING_MODEL = 8192, // Mac }; static WebPluginDelegateImpl* Create(const FilePath& filename, @@ -194,11 +193,6 @@ class WebPluginDelegateImpl : public webkit_glue::WebPluginDelegate { WPARAM wParam, LPARAM lParam); #endif -#if defined(OS_MACOSX) - // Returns the drawing model to use for the plugin. - int PluginDrawingModel(); -#endif - //---------------------------- // used for windowless plugins void WindowlessUpdateGeometry(const gfx::Rect& window_rect, |