| Index: Source/core/layout/LayoutBox.h
|
| diff --git a/Source/core/layout/LayoutBox.h b/Source/core/layout/LayoutBox.h
|
| index 715c79ae614e7edc037993c2095192b6d24182e3..56d8f7e699f94e9fae29449961426867ec3ae597 100644
|
| --- a/Source/core/layout/LayoutBox.h
|
| +++ b/Source/core/layout/LayoutBox.h
|
| @@ -620,6 +620,7 @@ public:
|
| IntSize scrolledContentOffset() const;
|
| void applyCachedClipAndScrollOffsetForPaintInvalidation(LayoutRect& paintRect) const;
|
|
|
| + virtual bool hasRelativeLogicalWidth() const;
|
| virtual bool hasRelativeLogicalHeight() const;
|
|
|
| bool hasHorizontalLayoutOverflow() const
|
|
|