Index: third_party/WebKit/Source/platform/graphics/paint/DisplayItem.cpp |
diff --git a/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.cpp b/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.cpp |
index 8db534a74b288a0654ec1fc2231d78756545e3f9..fa2c265da4dbba6f686e1203109e0fd49b6de060 100644 |
--- a/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.cpp |
+++ b/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.cpp |
@@ -32,9 +32,8 @@ static WTF::String paintPhaseAsDebugString(int paintPhase) |
case 6: return "PaintPhaseChildOutlines"; |
case 7: return "PaintPhaseSelfOutline"; |
case 8: return "PaintPhaseSelection"; |
- case 9: return "PaintPhaseCollapsedTableBorders"; |
- case 10: return "PaintPhaseTextClip"; |
- case 11: return "PaintPhaseMask"; |
+ case 9: return "PaintPhaseTextClip"; |
+ case 10: return "PaintPhaseMask"; |
case DisplayItem::PaintPhaseMax: return "PaintPhaseClippingMask"; |
default: |
ASSERT_NOT_REACHED(); |