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

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

Issue 9696026: Re-enabling support for compositing core animation plugins as disabling them currently leaves Flash… (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 126311)
+++ webkit/plugins/npapi/plugin_host.cc (working copy)
@@ -74,8 +74,7 @@
}
static bool UsingCompositedCoreAnimationPlugins() {
- // Temporarily disabling composited core animation plugins
- return false && !CommandLine::ForCurrentProcess()->HasSwitch(
+ return !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