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 2d88e1685fd12977a6373b35d83c5b6b12e15b92..e02c8176cfb8f5d8acff6aa8eeec829d39a2aa8d 100644 |
--- a/third_party/WebKit/Source/core/dom/LayoutTreeBuilderTraversal.h |
+++ b/third_party/WebKit/Source/core/dom/LayoutTreeBuilderTraversal.h |
@@ -71,7 +71,8 @@ class CORE_EXPORT LayoutTreeBuilderTraversal { |
int32_t limit = kTraverseAllSiblings); |
static LayoutObject* previousSiblingLayoutObject( |
const Node&, |
- int32_t limit = kTraverseAllSiblings); |
+ int32_t limit = kTraverseAllSiblings, |
+ bool* ranOutOfSiblings = nullptr); |
static LayoutObject* nextInTopLayer(const Element&); |
static inline Element* parentElement(const Node& node) { |