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

Unified Diff: third_party/WebKit/Source/core/dom/Node.h

Issue 2170793002: Add Node.getRootNode(options) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed Created 4 years, 5 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
Index: third_party/WebKit/Source/core/dom/Node.h
diff --git a/third_party/WebKit/Source/core/dom/Node.h b/third_party/WebKit/Source/core/dom/Node.h
index d0d15f40de457e17cf5ec2e664d271e761c8b952..6480869e830a5c78bf9f22314069481854dfc9de 100644
--- a/third_party/WebKit/Source/core/dom/Node.h
+++ b/third_party/WebKit/Source/core/dom/Node.h
@@ -55,6 +55,7 @@ class EventDispatchMediator;
class EventListener;
class ExceptionState;
class FloatPoint;
+class GetRootNodeOptions;
class LocalFrame;
class HTMLInputElement;
class HTMLQualifiedName;
@@ -201,6 +202,7 @@ public:
NodeList* childNodes();
Node* firstChild() const;
Node* lastChild() const;
+ Node* getRootNode(const GetRootNodeOptions&) const;
Node& treeRoot() const;
Node& shadowIncludingRoot() const;
bool isUnclosedNodeOf(const Node&) const;
« no previous file with comments | « third_party/WebKit/Source/core/dom/GetRootNodeOptions.idl ('k') | third_party/WebKit/Source/core/dom/Node.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698