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

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

Issue 360833002: Divorce PaintInvalidationState from LayoutState (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: ToT-Ed again :) Created 6 years, 6 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 840eb7ef002622ce29102e53fb4a95f87d00c4f3..43b908850cd9e6bb569a2bbfb4b463228e21ecdb 100644
--- a/Source/core/rendering/RenderListItem.cpp
+++ b/Source/core/rendering/RenderListItem.cpp
@@ -291,7 +291,6 @@ void RenderListItem::updateMarkerLocation()
// Removing and adding the marker can trigger repainting in
// containers other than ourselves, so we need to disable LayoutState.
- ForceHorriblySlowRectMapping slowRectMapping(*this);
updateFirstLetter();
m_marker->remove();
if (markerParent)

Powered by Google App Engine
This is Rietveld 408576698