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

Unified Diff: Source/core/dom/shadow/ComposedTreeWalker.h

Issue 201683003: Remove resetStyleInheritance. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Resolve conflicts Created 6 years, 9 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/RenderTreeBuilder.cpp ('k') | Source/core/dom/shadow/ComposedTreeWalker.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/shadow/ComposedTreeWalker.h
diff --git a/Source/core/dom/shadow/ComposedTreeWalker.h b/Source/core/dom/shadow/ComposedTreeWalker.h
index b750e34c2a0268c6cb03cd873cbe0c2244559dc5..9d5ee99d0cf855f97688455ecb795a49db7e0652 100644
--- a/Source/core/dom/shadow/ComposedTreeWalker.h
+++ b/Source/core/dom/shadow/ComposedTreeWalker.h
@@ -107,7 +107,7 @@ private:
static Node* traverseBackToYoungerShadowRoot(const Node*, TraversalDirection);
- Node* traverseParentOrHost(const Node*, ParentTraversalDetails* = 0) const;
+ Node* traverseParentOrHost(const Node*) const;
const Node* m_node;
};
« no previous file with comments | « Source/core/dom/RenderTreeBuilder.cpp ('k') | Source/core/dom/shadow/ComposedTreeWalker.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698