| 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";
|
|
|