Index: third_party/WebKit/Source/core/layout/LayoutObject.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.h b/third_party/WebKit/Source/core/layout/LayoutObject.h |
index 41ca9c6c3a2321d73710d7baa0dae848ded8de17..f5bdbc19cc61119c3fc10c8ed3865d00030eb030 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutObject.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutObject.h |
@@ -817,6 +817,7 @@ public: |
virtual LayoutObject* hoverAncestor() const { return parent(); } |
Element* offsetParent() const; |
+ Element* unclosedOffsetParent() const; |
void markContainerChainForLayout(bool scheduleRelayout = true, SubtreeLayoutScope* = nullptr); |
void setNeedsLayout(LayoutInvalidationReasonForTracing, MarkingBehavior = MarkContainerChain, SubtreeLayoutScope* = nullptr); |