| Index: third_party/WebKit/Source/core/dom/LayoutTreeBuilderTraversal.h
|
| diff --git a/third_party/WebKit/Source/core/dom/LayoutTreeBuilderTraversal.h b/third_party/WebKit/Source/core/dom/LayoutTreeBuilderTraversal.h
|
| index 7fb265b2c746ce65c57885d20dd684a6f3c0f53f..40c21fbbc1ab25a80cedc3f72a49b23523f0940a 100644
|
| --- a/third_party/WebKit/Source/core/dom/LayoutTreeBuilderTraversal.h
|
| +++ b/third_party/WebKit/Source/core/dom/LayoutTreeBuilderTraversal.h
|
| @@ -61,6 +61,7 @@ class ParentDetails {
|
| CORE_EXPORT ContainerNode* parent(const Node&, ParentDetails* = 0);
|
| CORE_EXPORT Node* firstChild(const Node&);
|
| CORE_EXPORT Node* nextSibling(const Node&);
|
| +LayoutObject* parentLayoutObject(const Node&);
|
| Node* previousSibling(const Node&);
|
| Node* previous(const Node&, const Node* stayWithin);
|
| Node* next(const Node&, const Node* stayWithin);
|
|
|