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

Unified Diff: Source/core/dom/Element.h

Issue 17038004: Remove needsShadowTreeWalker flag (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 7 years, 6 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/ContainerNode.h ('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 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*) { }
« no previous file with comments | « Source/core/dom/ContainerNode.h ('k') | Source/core/dom/Element.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698