Index: third_party/WebKit/Source/core/layout/LayoutBox.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutBox.h b/third_party/WebKit/Source/core/layout/LayoutBox.h |
index 2b2c7a0b4a952f0f6d71f610a0a8f3082deb4947..d35823667015eb4dd8cbed88d600ea97a166c27e 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutBox.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutBox.h |
@@ -511,6 +511,10 @@ public: |
void setOverrideContainingBlockContentLogicalHeight(LayoutUnit); |
void clearContainingBlockOverrideSize(); |
void clearOverrideContainingBlockContentLogicalHeight(); |
+ LayoutUnit overrideContainingBlockContentWidth() const; |
+ LayoutUnit overrideContainingBlockContentHeight() const; |
+ bool hasOverrideContainingBlockWidth() const; |
+ bool hasOverrideContainingBlockHeight() const; |
LayoutUnit extraInlineOffset() const; |
LayoutUnit extraBlockOffset() const; |