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 e9ea152423f75c09fc97c8626c3aa509d86acaa5..5f28faebcc1f4138f51d551c7a1fd4684f14fc6f 100644 |
--- a/third_party/WebKit/Source/core/layout/api/LayoutItem.h |
+++ b/third_party/WebKit/Source/core/layout/api/LayoutItem.h |
@@ -97,11 +97,6 @@ public: |
return m_layoutObject->isImage(); |
} |
- bool isLayoutFullScreen() const |
- { |
- return m_layoutObject->isLayoutFullScreen(); |
- } |
- |
bool isListItem() const |
{ |
return m_layoutObject->isListItem(); |