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

Unified Diff: Source/core/rendering/PaintInfo.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/paint/ViewDisplayListTest.cpp ('k') | Source/core/rendering/PaintPhase.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/PaintInfo.cpp
diff --git a/Source/core/rendering/PaintInfo.cpp b/Source/core/rendering/PaintInfo.cpp
index b86cbb80fd387365fd4ff3e4cf95ee2eb7d45ef0..d9a0e27983b6f8bd5d330892601b8d7fbb25ac85 100644
--- a/Source/core/rendering/PaintInfo.cpp
+++ b/Source/core/rendering/PaintInfo.cpp
@@ -39,6 +39,7 @@ DisplayItem::Type PaintInfo::displayItemTypeForClipping() const
case PaintPhaseBlockBackground:
case PaintPhaseSelfOutline:
case PaintPhaseMask:
+ case PaintPhaseCaret:
ASSERT_NOT_REACHED();
}
// This should never happen.
« no previous file with comments | « Source/core/paint/ViewDisplayListTest.cpp ('k') | Source/core/rendering/PaintPhase.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698