| Index: Source/core/layout/LayoutBox.h
|
| diff --git a/Source/core/layout/LayoutBox.h b/Source/core/layout/LayoutBox.h
|
| index 2b154502f963ca2c8ef0104d28c2c8de2e38a791..e7e92db8cfc34f6a167bb3aaf87151ec2f96937a 100644
|
| --- a/Source/core/layout/LayoutBox.h
|
| +++ b/Source/core/layout/LayoutBox.h
|
| @@ -36,7 +36,7 @@ class LayoutMultiColumnSpannerPlaceholder;
|
| struct PaintInfo;
|
|
|
| enum SizeType { MainOrPreferredSize, MinSize, MaxSize };
|
| -enum AvailableLogicalHeightType { ExcludeMarginBorderPadding, IncludeMarginBorderPadding };
|
| +enum AvailableLogicalHeightType { ExcludeMarginBorderPadding, IncludeMarginBorderPadding, IncludePadding };
|
| enum OverlayScrollbarSizeRelevancy { IgnoreOverlayScrollbarSize, IncludeOverlayScrollbarSize };
|
| enum MarginDirection { BlockDirection, InlineDirection };
|
|
|
|
|