| 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 f2ff341a83519012ddf49b67b0cb9c0a29b9dead..cfd652f4c3b31235c93d27b1e118c3badc0695f3 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.cpp
|
| @@ -75,6 +75,7 @@ static WTF::String specialDrawingTypeAsDebugString(DisplayItem::Type type)
|
| DEBUG_STRING_CASE(DebugDrawing);
|
| DEBUG_STRING_CASE(DocumentBackground);
|
| DEBUG_STRING_CASE(DragImage);
|
| + DEBUG_STRING_CASE(DragCaret);
|
| DEBUG_STRING_CASE(SVGImage);
|
| DEBUG_STRING_CASE(LinkHighlight);
|
| DEBUG_STRING_CASE(ImageAreaFocusRing);
|
|
|