| 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
|
|
|