| 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 f5bc053e151a27d5c7c737b7a32a248c2eb1439a..eef5deeb1c383e1180b0cacc99b4901e82ffe4bf 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.cpp
|
| @@ -77,6 +77,7 @@ static WTF::String specialDrawingTypeAsDebugString(DisplayItem::Type type)
|
| DEBUG_STRING_CASE(DragImage);
|
| DEBUG_STRING_CASE(SVGImage);
|
| DEBUG_STRING_CASE(LinkHighlight);
|
| + DEBUG_STRING_CASE(ImageAreaFocusRing);
|
| DEBUG_STRING_CASE(PageOverlay);
|
| DEBUG_STRING_CASE(PageWidgetDelegateBackgroundFallback);
|
| DEBUG_STRING_CASE(PopupContainerBorder);
|
|
|