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

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

Issue 153233002: *** DO NOT LAND *** Remove regions support, keeping a bare minimum to support "region-based"... (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 10 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.cpp ('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 b5bc1f05671d68146e46fb77709ea5d445170663..f374a354fcf3bdd3bba41c68394bc5861d5ee59e 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -77,7 +77,6 @@ class ContentSecurityPolicyResponseHeaders;
class ContextFeatures;
class CustomElementRegistrationContext;
class DOMImplementation;
-class DOMNamedFlowCollection;
class DOMSelection;
class DOMWindow;
class DOMWrapperWorld;
@@ -130,7 +129,6 @@ class MainThreadTaskRunner;
class MediaQueryList;
class MediaQueryMatcher;
class MouseEventWithHitTestResults;
-class NamedFlowCollection;
class NodeFilter;
class NodeIterator;
class Page;
@@ -323,10 +321,6 @@ public:
PassRefPtr<Element> createElementNS(const AtomicString& namespaceURI, const AtomicString& qualifiedName, ExceptionState&);
PassRefPtr<Element> createElement(const QualifiedName&, bool createdByParser);
- PassRefPtr<DOMNamedFlowCollection> webkitGetNamedFlows();
-
- NamedFlowCollection* namedFlows();
-
bool regionBasedColumnsEnabled() const;
/**
@@ -1301,8 +1295,6 @@ private:
RefPtr<CustomElementRegistrationContext> m_registrationContext;
- RefPtr<NamedFlowCollection> m_namedFlows;
-
void sharedObjectPoolClearTimerFired(Timer<Document>*);
Timer<Document> m_sharedObjectPoolClearTimer;
« no previous file with comments | « Source/core/dom/DOMNamedFlowCollection.cpp ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698