Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(338)

Unified Diff: webkit/plugins/npapi/plugin_host.cc

Issue 9664031: Disable support for composited core animation plugins on the mac to (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1025_52/src/
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/plugin/webplugin_accelerated_surface_proxy_mac.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/plugins/npapi/plugin_host.cc
===================================================================
--- webkit/plugins/npapi/plugin_host.cc (revision 125967)
+++ webkit/plugins/npapi/plugin_host.cc (working copy)
@@ -74,7 +74,8 @@
}
static bool UsingCompositedCoreAnimationPlugins() {
- return !CommandLine::ForCurrentProcess()->HasSwitch(
+ // Temporarily disabling composited core animation plugins
+ return false && !CommandLine::ForCurrentProcess()->HasSwitch(
switches::kDisableCompositedCoreAnimationPlugins);
}
#endif
« no previous file with comments | « content/plugin/webplugin_accelerated_surface_proxy_mac.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698