| Index: third_party/WebKit/Source/platform/graphics/paint/DisplayItem.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.cpp b/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.cpp
|
| index fa72aa8cc47e129f6a32f3849c75c5778048faa7..d1574150628e93f880d114e2c1da90e49fee34e8 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.cpp
|
| @@ -140,6 +140,7 @@ static WTF::String clipTypeAsDebugString(DisplayItem::Type type)
|
| DEBUG_STRING_CASE(ClipLayerOverflowControls);
|
| DEBUG_STRING_CASE(ClipNodeImage);
|
| DEBUG_STRING_CASE(ClipPopupListBoxFrame);
|
| + DEBUG_STRING_CASE(ClipScrollbarsToBoxBounds);
|
| DEBUG_STRING_CASE(ClipSelectionImage);
|
| DEBUG_STRING_CASE(PageWidgetDelegateClip);
|
| DEBUG_STRING_CASE(ClipPrintedPage);
|
|
|