| Index: Source/platform/graphics/paint/DisplayItem.h
|
| diff --git a/Source/platform/graphics/paint/DisplayItem.h b/Source/platform/graphics/paint/DisplayItem.h
|
| index ed8985384fd6aee80bffa12ab56447a5271950e0..e8c65223544cb87e83e2dcad1400997dc500a883 100644
|
| --- a/Source/platform/graphics/paint/DisplayItem.h
|
| +++ b/Source/platform/graphics/paint/DisplayItem.h
|
| @@ -173,7 +173,8 @@ public:
|
| EndSubtreePaintPhaseLast = EndSubtreePaintPhaseFirst + PaintPhaseMax,
|
| EndSubtreeLast = EndSubtreePaintPhaseLast,
|
|
|
| - TypeLast = EndSubtreeLast
|
| + UninitializedType,
|
| + TypeLast = UninitializedType
|
| };
|
|
|
| struct Id {
|
|
|