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