| Index: Source/platform/graphics/paint/DisplayItem.cpp
|
| diff --git a/Source/platform/graphics/paint/DisplayItem.cpp b/Source/platform/graphics/paint/DisplayItem.cpp
|
| index fb40ca4d6a64fd828ee400a439ec82eea245af17..80ac325b259cc6f990d492d79ae3d09cbae471c4 100644
|
| --- a/Source/platform/graphics/paint/DisplayItem.cpp
|
| +++ b/Source/platform/graphics/paint/DisplayItem.cpp
|
| @@ -103,6 +103,10 @@ WTF::String DisplayItem::typeAsDebugString(Type type)
|
| if (isEndScrollType(type))
|
| return "End" + typeAsDebugString(endScrollTypeToScrollType(type));
|
|
|
| + PAINT_PHASE_BASED_DEBUG_STRINGS(SubtreeCached);
|
| + PAINT_PHASE_BASED_DEBUG_STRINGS(BeginSubtree);
|
| + PAINT_PHASE_BASED_DEBUG_STRINGS(EndSubtree);
|
| +
|
| switch (type) {
|
| case BeginFilter: return "BeginFilter";
|
| case EndFilter: return "EndFilter";
|
|
|