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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutListItem.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
Index: third_party/WebKit/Source/core/layout/LayoutListItem.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutListItem.h b/third_party/WebKit/Source/core/layout/LayoutListItem.h
index 38dae806b6297fa4890630f4d37797b09b4deb86..8e433c00fa81b3fbd7baeece38604dd9e3916e51 100644
--- a/third_party/WebKit/Source/core/layout/LayoutListItem.h
+++ b/third_party/WebKit/Source/core/layout/LayoutListItem.h
@@ -47,9 +47,6 @@ public:
void setExplicitValue(int);
void clearExplicitValue();
- void setNotInList(bool);
- bool notInList() const { return m_notInList; }
-
const String& markerText() const;
void updateListMarkerNumbers();
@@ -94,7 +91,6 @@ private:
bool m_hasExplicitValue : 1;
mutable bool m_isValueUpToDate : 1;
- bool m_notInList : 1;
};
DEFINE_LAYOUT_OBJECT_TYPE_CASTS(LayoutListItem, isListItem());
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLLIElement.cpp ('k') | third_party/WebKit/Source/core/layout/LayoutListItem.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698