Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(204)

Unified Diff: third_party/WebKit/Source/core/layout/api/LayoutItem.h

Issue 2202493002: NOT FOR REVIEW: Fullscreen WIP (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(); }

Powered by Google App Engine
This is Rietveld 408576698