| Index: third_party/WebKit/Source/core/layout/api/LayoutItem.h
|
| diff --git a/third_party/WebKit/Source/core/layout/api/LayoutItem.h b/third_party/WebKit/Source/core/layout/api/LayoutItem.h
|
| index 20a2bf3392ad9ed7dbe8292052c16c0a89d8b46d..a7f6f9b3a62110b46afb241c71569247b2007a1a 100644
|
| --- a/third_party/WebKit/Source/core/layout/api/LayoutItem.h
|
| +++ b/third_party/WebKit/Source/core/layout/api/LayoutItem.h
|
| @@ -89,6 +89,11 @@ public:
|
| return m_layoutObject->isLayoutFullScreen();
|
| }
|
|
|
| + bool isListItem() const
|
| + {
|
| + return m_layoutObject->isListItem();
|
| + }
|
| +
|
| bool needsLayout()
|
| {
|
| return m_layoutObject->needsLayout();
|
|
|