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

Unified Diff: Source/core/rendering/RenderListItem.h

Issue 778003003: List marker pseudo elements. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 11 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: Source/core/rendering/RenderListItem.h
diff --git a/Source/core/rendering/RenderListItem.h b/Source/core/rendering/RenderListItem.h
index ad879b220972049468266ee3396c6b1455ef7014..f21aaffdccd372d42bd993de3ff09390ae98ac6c 100644
--- a/Source/core/rendering/RenderListItem.h
+++ b/Source/core/rendering/RenderListItem.h
@@ -73,7 +73,7 @@ private:
bool updateMarkerLocation();
void updateMarkerLocationAndInvalidateWidth();
- void positionListMarker();
+ void positionListMarker(RenderListMarker*);
virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle) override;

Powered by Google App Engine
This is Rietveld 408576698