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

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

Issue 143323014: *** DO NOT LAND *** Attempt to understand Regions complexity Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 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 14000a7ad4f4231411bac5b82d030489dfe5213e..428918491b75c6d869712ca292a15931ec6e9e31 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;
@@ -302,12 +300,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;
-
/**
* Retrieve all nodes that intersect a rect in the window's document, until it is fully enclosed by
* the boundaries of a node.
@@ -1281,8 +1273,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