| 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 90a189d7d8050147aa9ba12b317d552bb8813b92..21144a4f2817e05d02927c48e74a27df3fd5435b 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.cpp
|
| @@ -194,9 +194,6 @@ WTF::String DisplayItem::typeAsDebugString(Type type)
|
| if (isEndClipType(type))
|
| return "End" + clipTypeAsDebugString(endClipTypeToClipType(type));
|
|
|
| - if (type == kUninitializedType)
|
| - return "UninitializedType";
|
| -
|
| PAINT_PHASE_BASED_DEBUG_STRINGS(FloatClip);
|
| if (isEndFloatClipType(type))
|
| return "End" + typeAsDebugString(endFloatClipTypeToFloatClipType(type));
|
|
|