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

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

Issue 373503002: Add first letter test when first letter is inside a floated block. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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.cpp
diff --git a/Source/core/rendering/RenderListItem.cpp b/Source/core/rendering/RenderListItem.cpp
index 4809c11781c947d34c03fb028c948dd564128a20..bb905de80f4b5d8e9664a8a3baaf465addff6205 100644
--- a/Source/core/rendering/RenderListItem.cpp
+++ b/Source/core/rendering/RenderListItem.cpp
@@ -301,7 +301,6 @@ bool RenderListItem::updateMarkerLocation()
}
if (markerParent != lineBoxParent) {
- updateFirstLetter();
m_marker->remove();
// FIXME(crbug.com/391009): Investigate whether this call is needed.
if (markerParent)
« Source/core/rendering/RenderBlock.cpp ('K') | « Source/core/rendering/RenderBlock.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698