Index: Source/platform/graphics/paint/DisplayItem.cpp |
diff --git a/Source/platform/graphics/paint/DisplayItem.cpp b/Source/platform/graphics/paint/DisplayItem.cpp |
index 25b0bcf79e4bb6e243f672e6e88edb6c865b86af..0be6f2b283f6e95cc7fc0641f3477b5501fb2602 100644 |
--- a/Source/platform/graphics/paint/DisplayItem.cpp |
+++ b/Source/platform/graphics/paint/DisplayItem.cpp |
@@ -105,6 +105,7 @@ static WTF::String specialDrawingTypeAsDebugString(DisplayItem::Type type) |
DEBUG_STRING_CASE(ScrollbarVertical); |
DEBUG_STRING_CASE(SelectionGap); |
DEBUG_STRING_CASE(SelectionTint); |
+ DEBUG_STRING_CASE(TableCellBackgroundFromContainers); |
DEBUG_STRING_CASE(TableCellBackgroundFromSelfPaintingRow); |
DEBUG_STRING_CASE(VideoBitmap); |
DEBUG_STRING_CASE(WebPlugin); |