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

Unified Diff: content/plugin/webplugin_accelerated_surface_proxy_mac.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 | « no previous file | webkit/plugins/npapi/plugin_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | webkit/plugins/npapi/plugin_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698