| 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;
|
|
|