| 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 bf85df4f9e64477cf231a763d86b59ee37e2f0b2..57a12c08e013f1d1343c8861af71c2381b6c85ad 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.cpp
|
| @@ -225,8 +225,6 @@ WTF::String DisplayItem::typeAsDebugString(Type type) {
|
| DEBUG_STRING_CASE(EndTransform);
|
| DEBUG_STRING_CASE(BeginClipPath);
|
| DEBUG_STRING_CASE(EndClipPath);
|
| - DEBUG_STRING_CASE(Subsequence);
|
| - DEBUG_STRING_CASE(EndSubsequence);
|
| DEBUG_STRING_CASE(UninitializedType);
|
| DEFAULT_CASE;
|
| }
|
|
|