Chromium Code Reviews| 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"; |
|
piman
2014/04/16 17:56:13
What's the use of that over --disable-gpu?
danakj
2014/04/16 18:07:43
I don't know I was going to ask about this. It see
|
| // Blacklist the GPU for WebGL. |
| const char kBlacklistWebGL[] = "blacklist-webgl"; |