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..546a0ea8b52a854e13c94d2be59360dbe73a9214 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutObject.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutObject.h |
@@ -1407,6 +1407,7 @@ public: |
void clearChildNeedsOverflowRecalcAfterStyleChange() { m_bitfields.setChildNeedsOverflowRecalcAfterStyleChange(false); } |
bool compositedScrollsWithRespectTo(const LayoutBoxModelObject& paintInvalidationContainer) const; |
+ Element* offsetParentInternal() const; |
protected: |
enum LayoutObjectType { |