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

Unified Diff: Source/core/dom/Element.h

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/dom/Element.h
diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h
index f62a2dc02db573715e1f83b6892eaae89d85f590..f351b2a64eccc732a0db46b3576ba0b55b3fe949 100644
--- a/Source/core/dom/Element.h
+++ b/Source/core/dom/Element.h
@@ -586,10 +586,8 @@ public:
PassRefPtr<RenderStyle> styleForRenderer();
RenderRegion* renderRegion() const;
-#if ENABLE(CSS_REGIONS)
const AtomicString& webkitRegionOverset() const;
Vector<RefPtr<Range> > webkitGetRegionFlowRanges() const;
-#endif
bool hasID() const;
bool hasClass() const;

Powered by Google App Engine
This is Rietveld 408576698