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

Unified Diff: sky/engine/core/dom/NodeRenderingTraversal.h

Issue 693243002: Remove interactive content and form related API from HTMLElement. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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 | « sky/engine/core/dom/Node.cpp ('k') | sky/engine/core/dom/NodeRenderingTraversal.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/dom/NodeRenderingTraversal.h
diff --git a/sky/engine/core/dom/NodeRenderingTraversal.h b/sky/engine/core/dom/NodeRenderingTraversal.h
index 57dbee2ad75704f53ef6a11dae3643cc711d906a..564d8feec95d695eff948aadb843bfe12e491705 100644
--- a/sky/engine/core/dom/NodeRenderingTraversal.h
+++ b/sky/engine/core/dom/NodeRenderingTraversal.h
@@ -61,6 +61,7 @@ Node* nextSibling(const Node*);
Node* previousSibling(const Node*);
Node* previous(const Node*, const Node* stayWithin);
Node* next(const Node*, const Node* stayWithin);
+Node* commonAncestor(Node&, Node&);
RenderObject* nextSiblingRenderer(const Node*);
RenderObject* previousSiblingRenderer(const Node*);
« no previous file with comments | « sky/engine/core/dom/Node.cpp ('k') | sky/engine/core/dom/NodeRenderingTraversal.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698