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

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

Issue 239083006: Change ACCELERATED_COMPOSITING blacklist to GPU_COMPOSITING. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: blacklistaccel: tests Created 6 years, 8 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') | extensions/common/manifest_handlers/requirements_info.h » ('j') | 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 0695bdd50a32b2c8ffafab03df84bf8ed3e534d5..fd37b0daccc75aaad1ace8d12362334e07bfc329 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -38,9 +38,8 @@ const char kAuditAllHandles[] = "enable-handle-auditing-all";
// is terminated.
const char kAuditHandles[] = "enable-handle-auditing";
-// Blacklist the GPU for accelerated compositing.
-const char kBlacklistAcceleratedCompositing[] =
- "blacklist-accelerated-compositing";
+// Blacklist the GPU for GPU compositing, to force software compositing.
+const char kBlacklistGpuCompositing[] = "blacklist-gpu-compositing";
// Blacklist the GPU for WebGL.
const char kBlacklistWebGL[] = "blacklist-webgl";
« no previous file with comments | « content/public/common/content_switches.h ('k') | extensions/common/manifest_handlers/requirements_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698