| Index: Source/core/dom/Element.h
|
| diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h
|
| index 44ee8ba6927866fbd246665e1e6a10a5280f8e80..79a448155feb2090a417dc20145002b3a913fc62 100644
|
| --- a/Source/core/dom/Element.h
|
| +++ b/Source/core/dom/Element.h
|
| @@ -494,11 +494,8 @@ public:
|
| virtual void finishParsingChildren();
|
| virtual void beginParsingChildren() OVERRIDE FINAL;
|
|
|
| - bool hasPseudoElements() const;
|
| PseudoElement* pseudoElement(PseudoId) const;
|
| RenderObject* pseudoElementRenderer(PseudoId) const;
|
| - bool childNeedsShadowWalker() const;
|
| - void didShadowTreeAwareChildrenChange();
|
|
|
| virtual bool matchesReadOnlyPseudoClass() const;
|
| virtual bool matchesReadWritePseudoClass() const;
|
| @@ -635,7 +632,6 @@ protected:
|
| private:
|
| void updatePseudoElement(PseudoId, StyleChange);
|
| void createPseudoElementIfNeeded(PseudoId);
|
| - void setPseudoElement(PseudoId, PassRefPtr<PseudoElement>);
|
|
|
| virtual bool areAuthorShadowsAllowed() const { return true; }
|
| virtual void didAddUserAgentShadowRoot(ShadowRoot*) { }
|
|
|