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

Unified Diff: content/public/common/content_switches.cc

Issue 12547016: Enable browser plugin compositing by default, but add a flag to disable it. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 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/public/common/content_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/content_switches.cc
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index 0c17b8e869233500cb7d948d2a0806861c56132d..cda068f4e472d8251450d7092de84c4019ec4d7a 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -260,8 +260,8 @@ const char kEnableAcceleratedFilters[] = "enable-accelerated-filters";
const char kEnableAccessibilityLogging[] = "enable-accessibility-logging";
// Enables browser plugin compositing experiment.
-const char kEnableBrowserPluginCompositing[] =
- "enable-browser-plugin-compositing";
+const char kDisableBrowserPluginCompositing[] =
+ "disable-browser-plugin-compositing";
// Enables browser plugin for all types of pages.
const char kEnableBrowserPluginForAllViewTypes[] =
« no previous file with comments | « content/public/common/content_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698