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

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

Issue 2463573002: Problem: Blink list-item-position is inside for unstyled list items Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 2 months 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
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutListMarker.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/layout/api/LayoutLIItem.h
diff --git a/third_party/WebKit/Source/core/layout/api/LayoutLIItem.h b/third_party/WebKit/Source/core/layout/api/LayoutLIItem.h
index 8b2b097eb5401dcf2de934278071ec6f369c8894..e75f9b4eb011bed45148812349282627c7d24ae4 100644
--- a/third_party/WebKit/Source/core/layout/api/LayoutLIItem.h
+++ b/third_party/WebKit/Source/core/layout/api/LayoutLIItem.h
@@ -27,11 +27,6 @@ public:
LayoutLIItem() { }
- void setNotInList(bool notInList)
- {
- return toListItem()->setNotInList(notInList);
- }
-
private:
LayoutListItem* toListItem()
{
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutListMarker.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698