| Index: Source/platform/graphics/paint/Transform3DDisplayItem.h
|
| diff --git a/Source/platform/graphics/paint/Transform3DDisplayItem.h b/Source/platform/graphics/paint/Transform3DDisplayItem.h
|
| index a45fdad85b2c47ba34e951f7e8f3c71132d01656..0da46241de9dc02f44311b9b9448bb66c58e78c6 100644
|
| --- a/Source/platform/graphics/paint/Transform3DDisplayItem.h
|
| +++ b/Source/platform/graphics/paint/Transform3DDisplayItem.h
|
| @@ -56,9 +56,9 @@ public:
|
|
|
| private:
|
| #if ENABLE(ASSERT)
|
| - virtual bool isEndAndPairedWith(const DisplayItem& other) const override final
|
| + virtual bool isEndAndPairedWith(DisplayItem::Type otherType) const override final
|
| {
|
| - return DisplayItem::transform3DTypeToEndTransform3DType(other.type()) == type();
|
| + return DisplayItem::transform3DTypeToEndTransform3DType(otherType) == type();
|
| }
|
| #endif
|
| };
|
|
|