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

Unified Diff: Source/platform/graphics/ContentLayerDelegate.cpp

Issue 834173003: Change about caret painting in slimming paint mode (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add tests 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
« no previous file with comments | « Source/core/rendering/PaintPhase.h ('k') | Source/platform/graphics/paint/DisplayItem.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/ContentLayerDelegate.cpp
diff --git a/Source/platform/graphics/ContentLayerDelegate.cpp b/Source/platform/graphics/ContentLayerDelegate.cpp
index f0c2df4aa3df3f34c4b72ba81eb2bdb3ab2ef89f..bbca97980ef99feee1111ea3e70456a338b9de4a 100644
--- a/Source/platform/graphics/ContentLayerDelegate.cpp
+++ b/Source/platform/graphics/ContentLayerDelegate.cpp
@@ -90,7 +90,6 @@ void ContentLayerDelegate::paintContents(
picture = adoptRef(recorder.endRecording());
ASSERT(m_painter->displayItemList());
- ASSERT(m_painter->displayItemList()->paintList().size() > 0);
const PaintList& paintList = m_painter->displayItemList()->paintList();
for (PaintList::const_iterator it = paintList.begin(); it != paintList.end(); ++it)
« no previous file with comments | « Source/core/rendering/PaintPhase.h ('k') | Source/platform/graphics/paint/DisplayItem.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698