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&); |