| Index: Source/platform/graphics/paint/DisplayItem.cpp
|
| diff --git a/Source/platform/graphics/paint/DisplayItem.cpp b/Source/platform/graphics/paint/DisplayItem.cpp
|
| index a5e86e64f584d181b7a4da497f44a1cb1f7696d5..73e3b64d3ec77e849610629941bab579ed267a63 100644
|
| --- a/Source/platform/graphics/paint/DisplayItem.cpp
|
| +++ b/Source/platform/graphics/paint/DisplayItem.cpp
|
| @@ -124,6 +124,8 @@ WTF::String DisplayItem::typeAsDebugString(Type type)
|
| case EndCompositing: return "EndCompositing";
|
| case BeginTransform: return "BeginTransform";
|
| case EndTransform: return "EndTransform";
|
| + case BeginTransform3D: return "BeginTransform3D";
|
| + case EndTransform3D: return "EndTransform3D";
|
| case BeginClipPath: return "BeginClipPath";
|
| case EndClipPath: return "EndClipPath";
|
| default:
|
|
|