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