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

Unified Diff: Source/core/dom/Document.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/dom/DOMNamedFlowCollection.idl ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Document.h
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
index 5ad085fa2f86aa6f180a3512754cbc720eaa53f1..b5949b1c80a940236046f9a717fc6e7536654823 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -309,11 +309,8 @@ public:
PassRefPtr<Element> createElement(const QualifiedName&, bool createdByParser);
bool cssStickyPositionEnabled() const;
- bool cssRegionsEnabled() const;
bool cssCompositingEnabled() const;
-#if ENABLE(CSS_REGIONS)
PassRefPtr<DOMNamedFlowCollection> webkitGetNamedFlows();
-#endif
NamedFlowCollection* namedFlows();
« no previous file with comments | « Source/core/dom/DOMNamedFlowCollection.idl ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698