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"; |
pdr.
2015/01/05 23:02:18
Don't you need DisplayItem:: here?
Xianzhu
2015/01/06 17:23:51
I think because we are in a DisplayItem method, we
|
case DisplayItem::ClipLayerOverflowControls: return "ClipLayerOverflowControls"; |
case DisplayItem::ClipLayerBackground: return "ClipLayerBackground"; |
case DisplayItem::ClipLayerParent: return "ClipLayerParent"; |