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

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

Issue 14178009: Remove CSS_REGIONS compile flag from Blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: New version 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
« no previous file with comments | « Source/core/page/RuntimeEnabledFeatures.in ('k') | Source/core/rendering/RenderNamedFlowThread.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/UseCounter.cpp
diff --git a/Source/core/page/UseCounter.cpp b/Source/core/page/UseCounter.cpp
index 369b4603c7a976d1aebe2101b07b2d34f5a95689..0e954a75e7806c6eb7f859d6e455dc7293fa2a17 100644
--- a/Source/core/page/UseCounter.cpp
+++ b/Source/core/page/UseCounter.cpp
@@ -391,14 +391,12 @@ static int mapCSSPropertyIdToCSSSampleId(int id)
case CSSPropertyWebkitUserDrag: return 337;
case CSSPropertyWebkitUserModify: return 338;
case CSSPropertyWebkitUserSelect: return 339;
-#if defined(ENABLE_CSS_REGIONS) && ENABLE_CSS_REGIONS
case CSSPropertyWebkitFlowInto: return 340;
case CSSPropertyWebkitFlowFrom: return 341;
case CSSPropertyWebkitRegionOverflow: return 342;
case CSSPropertyWebkitRegionBreakAfter: return 343;
case CSSPropertyWebkitRegionBreakBefore: return 344;
case CSSPropertyWebkitRegionBreakInside: return 345;
-#endif
case CSSPropertyWebkitShapeInside: return 346;
case CSSPropertyWebkitShapeOutside: return 347;
case CSSPropertyWebkitShapeMargin: return 348;
« no previous file with comments | « Source/core/page/RuntimeEnabledFeatures.in ('k') | Source/core/rendering/RenderNamedFlowThread.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698