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