Index: third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h b/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h |
index f61090f4c32613bfdc8f7f456ef4c972f8f8a64e..feb292bc1ee15795fa8b3fac1510ba12805a44d9 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h |
@@ -376,6 +376,8 @@ private: |
return *m_rareData.get(); |
} |
+ bool hasAutoHeightOrContainingBlockWithAutoHeight(bool checkingContainingBlock) const; |
+ |
// The PaintLayer associated with this object. |
// |m_layer| can be nullptr depending on the return value of layerTypeRequired(). |
std::unique_ptr<PaintLayer> m_layer; |