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

Unified Diff: Source/platform/graphics/paint/DisplayItem.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/platform/graphics/paint/DisplayItem.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/paint/DisplayItem.cpp
diff --git a/Source/platform/graphics/paint/DisplayItem.cpp b/Source/platform/graphics/paint/DisplayItem.cpp
index 37291230c51f90b2d2ad2a5caa7bed98dcc960ad..cab0e04611daa7bf7bf033ce858c2ad26a685a94 100644
--- a/Source/platform/graphics/paint/DisplayItem.cpp
+++ b/Source/platform/graphics/paint/DisplayItem.cpp
@@ -25,6 +25,7 @@ WTF::String DisplayItem::typeAsDebugString(DisplayItem::Type type)
case DisplayItem::DrawingPaintPhaseTextClip: return "DrawingPaintPhaseTextClip";
case DisplayItem::DrawingPaintPhaseMask: return "DrawingPaintPhaseMask";
case DisplayItem::DrawingPaintPhaseClippingMask: return "DrawingPaintPhaseClippingMask";
+ case DrawingPaintPhaseCaret: return "DrawingPaintPhaseCaret";
case DisplayItem::ClipLayerOverflowControls: return "ClipLayerOverflowControls";
case DisplayItem::ClipLayerBackground: return "ClipLayerBackground";
case DisplayItem::ClipLayerParent: return "ClipLayerParent";
« no previous file with comments | « Source/platform/graphics/paint/DisplayItem.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698