| 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 c786690d51fd5f3735c402ca1d490b9f0af14640..71f91d9b53e05a6e1e050eee8d6d3a30dd191dc7 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.cpp
|
| @@ -71,6 +71,7 @@ static WTF::String specialDrawingTypeAsDebugString(DisplayItem::Type type)
|
| switch (type) {
|
| DEBUG_STRING_CASE(BoxDecorationBackground);
|
| DEBUG_STRING_CASE(Caret);
|
| + DEBUG_STRING_CASE(DragCaret);
|
| DEBUG_STRING_CASE(ColumnRules);
|
| DEBUG_STRING_CASE(DebugDrawing);
|
| DEBUG_STRING_CASE(DebugRedFill);
|
|
|