summaryrefslogtreecommitdiff
path: root/Source/WebCore/dom/ShadowRoot.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/dom/ShadowRoot.h')
-rw-r--r--Source/WebCore/dom/ShadowRoot.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/Source/WebCore/dom/ShadowRoot.h b/Source/WebCore/dom/ShadowRoot.h
index c0024c716..23867e73b 100644
--- a/Source/WebCore/dom/ShadowRoot.h
+++ b/Source/WebCore/dom/ShadowRoot.h
@@ -38,8 +38,6 @@ namespace WebCore {
class Document;
class DOMSelection;
-class HTMLContentElement;
-class HTMLContentSelector;
class InsertionPoint;
class ElementShadow;
@@ -60,9 +58,9 @@ public:
void recalcShadowTreeStyle(StyleChange);
- void setNeedsReattachHostChildrenAndShadow();
- void clearNeedsReattachHostChildrenAndShadow();
- bool needsReattachHostChildrenAndShadow();
+ void setNeedsRedistributing();
+ void clearNeedsRedistributing();
+ bool needsRedistributing();
InsertionPoint* insertionPointFor(Node*) const;
void hostChildrenChanged();
@@ -78,8 +76,6 @@ public:
Element* activeElement() const;
- DOMSelection* selection();
-
ShadowRoot* youngerShadowRoot() const { return prev(); }
ShadowRoot* olderShadowRoot() const { return next(); }