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 b3fd2103a914f29937bdad87f8eb66aa71f8778f..34ac0de8b8dafa2302b14466b95a50a3196fe819 100644 |
| --- a/content/public/common/content_switches.h |
| +++ b/content/public/common/content_switches.h |
| @@ -89,6 +89,7 @@ extern const char kDisableXSLT[]; |
| extern const char kDisableXSSAuditor[]; |
| CONTENT_EXPORT extern const char kDisableZeroCopy[]; |
| CONTENT_EXPORT extern const char kDomAutomationController[]; |
| +CONTENT_EXPORT extern const char kEnable2dCanvasClipAntialiasing[]; |
|
jochen (gone - plz use gerrit)
2014/10/14 13:50:12
nit. no CONTENT_EXPORT
robertphillips
2014/10/16 13:33:23
Done.
|
| CONTENT_EXPORT extern const char kEnableAcceleratedJpegDecoding[]; |
| CONTENT_EXPORT extern const char kEnableBleedingEdgeRenderingFastPaths[]; |
| CONTENT_EXPORT extern const char kEnableLayerSquashing[]; |