| 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 228e1e7df5c194be5947e5dd6ea80d28ccc37f3b..4fa95140091436c719119a92004a1de76c18b67d 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.cpp
|
| @@ -217,6 +217,8 @@
|
| 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;
|
| }
|
|
|