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

Unified Diff: Source/core/page/RuntimeEnabledFeatures.cpp

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
« Source/core/css/CSSRule.h ('K') | « Source/core/page/RuntimeEnabledFeatures.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/RuntimeEnabledFeatures.cpp
diff --git a/Source/core/page/RuntimeEnabledFeatures.cpp b/Source/core/page/RuntimeEnabledFeatures.cpp
index 88a84ab99e12d270d7b94f8273595f762f2d3d3f..3f45f83a254b46392c064369d27c5468bb94f065 100644
--- a/Source/core/page/RuntimeEnabledFeatures.cpp
+++ b/Source/core/page/RuntimeEnabledFeatures.cpp
@@ -46,9 +46,7 @@ bool RuntimeEnabledFeatures::isCanvasPathEnabled = false;
#if ENABLE(CSS_EXCLUSIONS)
bool RuntimeEnabledFeatures::isCSSExclusionsEnabled = false;
#endif
-#if ENABLE(CSS_REGIONS)
bool RuntimeEnabledFeatures::isCSSRegionsEnabled = false;
-#endif
#if ENABLE(CSS_COMPOSITING)
bool RuntimeEnabledFeatures::isCSSCompositingEnabled = false;
#endif
« Source/core/css/CSSRule.h ('K') | « Source/core/page/RuntimeEnabledFeatures.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698