| Index: Source/core/layout/api/LineLayoutItem.h
|
| diff --git a/Source/core/layout/api/LineLayoutItem.h b/Source/core/layout/api/LineLayoutItem.h
|
| index 4b7e558a1d7f72792fc8a91930ab7e655070d9da..b7fea15272e3771a680a6fac4f69319146d6b3a5 100644
|
| --- a/Source/core/layout/api/LineLayoutItem.h
|
| +++ b/Source/core/layout/api/LineLayoutItem.h
|
| @@ -190,6 +190,11 @@ public:
|
| return m_layoutObject->isInline();
|
| }
|
|
|
| + bool isInlineBlockOrInlineTable() const
|
| + {
|
| + return m_layoutObject->isInlineBlockOrInlineTable();
|
| + }
|
| +
|
| bool isLayoutBlock() const
|
| {
|
| return m_layoutObject->isLayoutBlock();
|
|
|