Index: Source/core/paint/ViewDisplayList.cpp |
diff --git a/Source/core/paint/ViewDisplayList.cpp b/Source/core/paint/ViewDisplayList.cpp |
index 79de5be850f6466f2ca08201ac805baecd2dfc4d..b1b568ca0fe84466a8ca6fd5aa153e3b9310e436 100644 |
--- a/Source/core/paint/ViewDisplayList.cpp |
+++ b/Source/core/paint/ViewDisplayList.cpp |
@@ -148,6 +148,7 @@ WTF::String DisplayItem::typeAsDebugString(DisplayItem::Type type) |
case DisplayItem::EndClip: return "EndClip"; |
case DisplayItem::BeginFilter: return "BeginFilter"; |
case DisplayItem::EndFilter: return "EndFilter"; |
+ case DisplayItem::TransparencyClip: return "TransparencyClip"; |
case DisplayItem::BeginTransparency: return "BeginTransparency"; |
case DisplayItem::EndTransparency: return "EndTransparency"; |
case ClipBoxChildBlockBackgrounds: return "ClipBoxChildBlockBackgrounds"; |