Chromium Code Reviews| Index: content/public/common/content_switches.h |
| diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h |
| index 6c11856cfc95f2b2d7839229cbc779a6533115fe..1804588e0384b10dfd50db7a1f5b57efb70fad9d 100644 |
| --- a/content/public/common/content_switches.h |
| +++ b/content/public/common/content_switches.h |
| @@ -21,7 +21,7 @@ CONTENT_EXPORT extern const char kAllowNoSandboxJob[]; |
| extern const char kAllowSandboxDebugging[]; |
| extern const char kAuditAllHandles[]; |
| extern const char kAuditHandles[]; |
| -CONTENT_EXPORT extern const char kBlacklistAcceleratedCompositing[]; |
| +CONTENT_EXPORT extern const char kBlacklistGpuCompositing[]; |
|
Zhenyao Mo
2014/04/16 17:19:18
There is also kDisableAcceleratedCompositing you n
danakj
2014/04/16 17:20:35
That should be by https://codereview.chromium.org/
|
| CONTENT_EXPORT extern const char kBlacklistWebGL[]; |
| CONTENT_EXPORT extern const char kBlinkPlatformLogChannels[]; |
| CONTENT_EXPORT extern const char kBlockCrossSiteDocuments[]; |