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"; |