| Index: Source/platform/graphics/paint/DisplayItem.cpp
|
| diff --git a/Source/platform/graphics/paint/DisplayItem.cpp b/Source/platform/graphics/paint/DisplayItem.cpp
|
| index 59fd0fec4bc8a868591277e109e2bb0eac4c5448..78dc2dba88c9db2cd1ba3cba53fd9eca5dcf2c96 100644
|
| --- a/Source/platform/graphics/paint/DisplayItem.cpp
|
| +++ b/Source/platform/graphics/paint/DisplayItem.cpp
|
| @@ -128,6 +128,7 @@ static WTF::String clipTypeAsDebugString(DisplayItem::Type type)
|
| PAINT_PHASE_BASED_DEBUG_STRINGS(ClipLayerFragment);
|
|
|
| switch (type) {
|
| + DEBUG_STRING_CASE(ClipDescendantStackingContext);
|
| DEBUG_STRING_CASE(ClipFileUploadControlRect);
|
| DEBUG_STRING_CASE(ClipFrameToVisibleContentRect);
|
| DEBUG_STRING_CASE(ClipFrameScrollbars);
|
|
|