| 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 c1938cd2d57be1dcf50062eb9afc9b17243722da..c1571cbdf8195fff29c4c6def26801d7cb8284e6 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| @@ -552,6 +552,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;
|
|
|