| 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 3435328917b860c3392de80c08c458a1e6d45d3e..f48b0e58e9052d22a552803076740264001ed774 100644
|
| --- a/third_party/WebKit/Source/core/layout/api/LayoutItem.h
|
| +++ b/third_party/WebKit/Source/core/layout/api/LayoutItem.h
|
| @@ -63,10 +63,6 @@ class LayoutItem {
|
|
|
| bool isImage() const { return m_layoutObject->isImage(); }
|
|
|
| - bool isLayoutFullScreen() const {
|
| - return m_layoutObject->isLayoutFullScreen();
|
| - }
|
| -
|
| bool isListItem() const { return m_layoutObject->isListItem(); }
|
|
|
| bool isMedia() const { return m_layoutObject->isMedia(); }
|
|
|