| Index: content/plugin/webplugin_accelerated_surface_proxy_mac.cc
|
| ===================================================================
|
| --- content/plugin/webplugin_accelerated_surface_proxy_mac.cc (revision 125967)
|
| +++ content/plugin/webplugin_accelerated_surface_proxy_mac.cc (working copy)
|
| @@ -17,7 +17,8 @@
|
| WebPluginAcceleratedSurfaceProxy* WebPluginAcceleratedSurfaceProxy::Create(
|
| WebPluginProxy* plugin_proxy,
|
| gfx::GpuPreference gpu_preference) {
|
| - bool composited = !CommandLine::ForCurrentProcess()->HasSwitch(
|
| + // Temporarily turning off accelerated plugin compositing
|
| + bool composited = false && !CommandLine::ForCurrentProcess()->HasSwitch(
|
| switches::kDisableCompositedCoreAnimationPlugins);
|
|
|
| // Require IOSurface support for drawing Core Animation plugins.
|
|
|