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

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

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/css/StyleRule.cpp ('k') | Source/core/css/WebKitCSSRegionRule.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/WebKitCSSRegionRule.h
diff --git a/Source/core/css/WebKitCSSRegionRule.h b/Source/core/css/WebKitCSSRegionRule.h
index db533feb3bcde500b1eb3f785886ad5e18e9098a..7a65eb50cd5942f8a3881d350792f2f9c2c423c5 100644
--- a/Source/core/css/WebKitCSSRegionRule.h
+++ b/Source/core/css/WebKitCSSRegionRule.h
@@ -33,8 +33,6 @@
#include "core/css/CSSGroupingRule.h"
-#if ENABLE(CSS_REGIONS)
-
namespace WebCore {
class StyleRuleRegion;
@@ -52,6 +50,4 @@ private:
}
-#endif // ENABLE(CSS_REGIONS)
-
#endif // WebKitCSSRegionRule_h
« no previous file with comments | « Source/core/css/StyleRule.cpp ('k') | Source/core/css/WebKitCSSRegionRule.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698