Chromium Code Reviews| Index: trunk/Source/core/css/CSSParserMode.h |
| =================================================================== |
| --- trunk/Source/core/css/CSSParserMode.h (revision 150485) |
| +++ trunk/Source/core/css/CSSParserMode.h (working copy) |
| @@ -68,6 +68,7 @@ |
| bool isCSSStickyPositionEnabled; |
| bool isCSSCompositingEnabled; |
| bool isCSSGridLayoutEnabled; |
| + bool isCSSVariablesEnabled; |
| bool needsSiteSpecificQuirks; |
| }; |