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

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: addbackflag 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
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..8aa40e5ffe7e32e002304c268837ca7e78fea2b7 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -38,9 +38,9 @@ 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";

Powered by Google App Engine
This is Rietveld 408576698