summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webplugin_delegate.cc
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-22 03:29:57 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-22 03:29:57 +0000
commit597725dc3391c9728461a2f93e1420bc8d386923 (patch)
treef822b3fca46af93fac347ae053c0cc78724d4893 /webkit/glue/webplugin_delegate.cc
parenta2442489a87f1f64697558d3832b7b312e683f39 (diff)
downloadchromium_src-597725dc3391c9728461a2f93e1420bc8d386923.zip
chromium_src-597725dc3391c9728461a2f93e1420bc8d386923.tar.gz
chromium_src-597725dc3391c9728461a2f93e1420bc8d386923.tar.bz2
linux: add quirk for windowless flash drawing glitches
Review URL: http://codereview.chromium.org/115685 Patch from Antoine Labour <piman@google.com>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16718 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webplugin_delegate.cc')
-rw-r--r--webkit/glue/webplugin_delegate.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/webkit/glue/webplugin_delegate.cc b/webkit/glue/webplugin_delegate.cc
index ea1f285..bc8f692 100644
--- a/webkit/glue/webplugin_delegate.cc
+++ b/webkit/glue/webplugin_delegate.cc
@@ -27,10 +27,8 @@ const gfx::Rect& WebPluginDelegate::GetClipRect() const {
return GetRect();
}
-#if defined(OS_WIN)
// Returns a combinaison of PluginQuirks.
int WebPluginDelegate::GetQuirks() const {
NOTREACHED();
return 0;
}
-#endif