| Index: third_party/WebKit/public/web/WebNode.h
|
| diff --git a/third_party/WebKit/public/web/WebNode.h b/third_party/WebKit/public/web/WebNode.h
|
| index a23a47d798365e851ab2cea538af56e8e2b38fef..4bb59e7873dba28d4c7cc973536acded6141405f 100644
|
| --- a/third_party/WebKit/public/web/WebNode.h
|
| +++ b/third_party/WebKit/public/web/WebNode.h
|
| @@ -42,6 +42,7 @@ class Node;
|
| class WebDocument;
|
| class WebElement;
|
| class WebElementCollection;
|
| +class WebFrame;
|
| class WebPluginContainer;
|
|
|
| // Provides access to some properties of a DOM node.
|
| @@ -71,6 +72,7 @@ class BLINK_EXPORT WebNode {
|
| WebNode ParentNode() const;
|
| WebString NodeValue() const;
|
| WebDocument GetDocument() const;
|
| + WebFrame* ContentFrame() const;
|
| WebNode FirstChild() const;
|
| WebNode LastChild() const;
|
| WebNode PreviousSibling() const;
|
|
|