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

Unified Diff: sky/engine/core/dom/shadow/ComposedTreeWalker.h

Issue 759663003: Only allow one shadowRoot. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: ojan review. Created 6 years, 1 month 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 | « sky/engine/core/dom/TreeScopeTest.cpp ('k') | sky/engine/core/dom/shadow/ComposedTreeWalker.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/dom/shadow/ComposedTreeWalker.h
diff --git a/sky/engine/core/dom/shadow/ComposedTreeWalker.h b/sky/engine/core/dom/shadow/ComposedTreeWalker.h
index 782dd6f7937ea9ed2d67bb46daa05419751e646c..b5c68a39397628fa014bbf5edd25965079949a2b 100644
--- a/sky/engine/core/dom/shadow/ComposedTreeWalker.h
+++ b/sky/engine/core/dom/shadow/ComposedTreeWalker.h
@@ -105,8 +105,6 @@ private:
static Node* traverseSiblings(const Node*, TraversalDirection);
static Node* traverseDistributedNodes(const Node*, const InsertionPoint*, TraversalDirection);
- static Node* traverseBackToYoungerShadowRoot(const Node*, TraversalDirection);
-
Node* traverseParentOrHost(const Node*) const;
RawPtr<const Node> m_node;
« no previous file with comments | « sky/engine/core/dom/TreeScopeTest.cpp ('k') | sky/engine/core/dom/shadow/ComposedTreeWalker.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698