Index: Source/core/layout/LayoutObject.h |
diff --git a/Source/core/layout/LayoutObject.h b/Source/core/layout/LayoutObject.h |
index cb1c712f132fe869ae6f4793e744140162dd40c2..81b43ec2130c559bc7b500536b97be217c629c41 100644 |
--- a/Source/core/layout/LayoutObject.h |
+++ b/Source/core/layout/LayoutObject.h |
@@ -738,7 +738,7 @@ public: |
void setStyleInternal(PassRefPtr<ComputedStyle> style) { m_style = style; } |
// returns the containing block level element for this element. |
- LayoutBlock* containingBlock() const; |
+ LayoutBlock* containingBlock(const ComputedStyle* overrideStyle = nullptr) const; |
bool canContainFixedPositionObjects() const |
{ |