Index: Source/core/dom/Element.h |
diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h |
index 0adbb8ce039b722d9d6afd29ef4667bbe45cc562..742ebf4c6fe2dffb7b399da5b7ecea3bffb36c3c 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/FocusType.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; |
@@ -503,10 +495,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; |
@@ -664,8 +652,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&); |