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

Unified Diff: Source/core/css/WebKitCSSRegionRule.cpp

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/WebKitCSSRegionRule.cpp
diff --git a/Source/core/css/WebKitCSSRegionRule.cpp b/Source/core/css/WebKitCSSRegionRule.cpp
index 9b0da93f0823981d407d73d55fe35f81ed4de176..fe57ea0e84ea54d1e8bbddec724a480e62c25189 100644
--- a/Source/core/css/WebKitCSSRegionRule.cpp
+++ b/Source/core/css/WebKitCSSRegionRule.cpp
@@ -38,8 +38,6 @@
#include <wtf/MemoryInstrumentationVector.h>
#include <wtf/text/StringBuilder.h>
-#if ENABLE(CSS_REGIONS)
-
namespace WebCore {
WebKitCSSRegionRule::WebKitCSSRegionRule(StyleRuleRegion* regionRule, CSSStyleSheet* parent)
eseidel 2013/04/30 00:11:09 We'll want to remove the "WebKit" from these in a
: CSSGroupingRule(regionRule, parent)
@@ -62,5 +60,3 @@ String WebKitCSSRegionRule::cssText() const
}
} // namespace WebCore
-
-#endif

Powered by Google App Engine
This is Rietveld 408576698