Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(414)

Unified Diff: Source/core/css/CSSParserMode.h

Issue 14178009: Remove CSS_REGIONS compile flag from Blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Use RuntimeEnabledFeatures::cssRegionsEnabled all over the places. Guard WEBKIT_REGION_RULE at runt… Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/css/CSSParserMode.h
diff --git a/Source/core/css/CSSParserMode.h b/Source/core/css/CSSParserMode.h
index 06f02363b316784ccb2c90c323e987eafb359cd8..ded9b38e18d347cc3a1ebd807df7781f11cae29f 100644
--- a/Source/core/css/CSSParserMode.h
+++ b/Source/core/css/CSSParserMode.h
@@ -66,7 +66,6 @@ public:
bool isHTMLDocument;
bool isCSSCustomFilterEnabled;
bool isCSSStickyPositionEnabled;
- bool isCSSRegionsEnabled;
bool isCSSCompositingEnabled;
eseidel 2013/04/30 00:11:09 I didn't know these even existed. Interesting.
bool isCSSGridLayoutEnabled;
bool isCSSVariablesEnabled;

Powered by Google App Engine
This is Rietveld 408576698