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

Unified Diff: Source/core/dom/Element.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/Document.idl ('k') | Source/core/dom/Element.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Element.h
diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h
index 054d6cbab77fb768de0d650f5114e308c0e75fbc..beb2d72a281c6d03902b98a1382cef4247223b13 100644
--- a/Source/core/dom/Element.h
+++ b/Source/core/dom/Element.h
@@ -34,7 +34,6 @@
#include "core/dom/SpaceSplitString.h"
#include "core/html/CollectionType.h"
#include "core/page/FocusDirection.h"
-#include "core/rendering/RegionOversetState.h"
#include "platform/scroll/ScrollTypes.h"
namespace WebCore {
@@ -56,7 +55,6 @@ class Locale;
class MutableStylePropertySet;
class PropertySetCSSStyleDeclaration;
class PseudoElement;
-class RenderRegion;
class ShadowRoot;
class StylePropertySet;
@@ -359,12 +357,6 @@ public:
bool isUpgradedCustomElement() { return customElementState() == Upgraded; }
bool isUnresolvedCustomElement() { return customElementState() == WaitingForUpgrade; }
- void setIsInsideRegion(bool);
- bool isInsideRegion() const;
-
- void setRegionOversetState(RegionOversetState);
- RegionOversetState regionOversetState() const;
-
AtomicString computeInheritedLanguage() const;
Locale& locale() const;
@@ -508,10 +500,6 @@ public:
// FIXME: public for RenderTreeBuilder, we shouldn't expose this though.
PassRefPtr<RenderStyle> styleForRenderer();
- RenderRegion* renderRegion() const;
- const AtomicString& webkitRegionOverset() const;
- Vector<RefPtr<Range> > webkitGetRegionFlowRanges() const;
-
bool hasID() const;
bool hasClass() const;
const SpaceSplitString& classNames() const;
@@ -673,8 +661,6 @@ private:
void updateNamedItemRegistration(const AtomicString& oldName, const AtomicString& newName);
void updateExtraNamedItemRegistration(const AtomicString& oldName, const AtomicString& newName);
- void unregisterNamedFlowContentNode();
-
void createUniqueElementData();
bool shouldInvalidateDistributionWhenAttributeChanged(ElementShadow*, const QualifiedName&, const AtomicString&);
« no previous file with comments | « Source/core/dom/Document.idl ('k') | Source/core/dom/Element.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698