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

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

Issue 14178009: Remove CSS_REGIONS compile flag from Blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rework patch after https://codereview.chromium.org/14324009 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/CSSRule.h
diff --git a/Source/core/css/CSSRule.h b/Source/core/css/CSSRule.h
index 340cf4cad5854d0c126eeab451329b37396f28e0..e24068df00e7981009d1a123852ef5109aef1ab8 100644
--- a/Source/core/css/CSSRule.h
+++ b/Source/core/css/CSSRule.h
@@ -54,9 +54,7 @@ public:
#if ENABLE(CSS_DEVICE_ADAPTATION)
WEBKIT_VIEWPORT_RULE = 15,
#endif
-#if ENABLE(CSS_REGIONS)
WEBKIT_REGION_RULE = 16,
eseidel 2013/04/27 03:40:50 I'm not sure we're guarding rules at runtime. We'
-#endif
WEBKIT_FILTER_RULE = 17,
HOST_RULE = 1001,
};

Powered by Google App Engine
This is Rietveld 408576698