| Index: Source/platform/graphics/paint/DisplayItem.cpp
|
| diff --git a/Source/platform/graphics/paint/DisplayItem.cpp b/Source/platform/graphics/paint/DisplayItem.cpp
|
| index 73e3b64d3ec77e849610629941bab579ed267a63..fbd3708a055b9a08eabee5feb58b89be42dd9ddf 100644
|
| --- a/Source/platform/graphics/paint/DisplayItem.cpp
|
| +++ b/Source/platform/graphics/paint/DisplayItem.cpp
|
| @@ -54,6 +54,7 @@ static WTF::String drawingTypeAsDebugString(DisplayItem::Type type)
|
| case DisplayItem::PopupListBoxRow: return "DrawingPopupListBoxRow";
|
| case DisplayItem::Resizer: return "DrawingResizer";
|
| case DisplayItem::SVGFilter: return "DrawingSVGFilter";
|
| + case DisplayItem::SVGMask: return "DrawingSVGMask";
|
| case DisplayItem::ScrollbarCorner: return "DrawingScrollbarCorner";
|
| case DisplayItem::ScrollbarHorizontal: return "DrawingScrollbarHorizontal";
|
| case DisplayItem::ScrollbarTickMark: return "DrawingScrollbarTickMark";
|
|
|