| Index: third_party/WebKit/Source/platform/graphics/paint/Transform3DDisplayItem.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/Transform3DDisplayItem.h b/third_party/WebKit/Source/platform/graphics/paint/Transform3DDisplayItem.h
|
| index d6483f4f8ee4f678cb9e02dd430b34d8bea00e64..a7a7b02e1b5ba3bd80bf3418810bc18d8ce8a1a5 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/Transform3DDisplayItem.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/Transform3DDisplayItem.h
|
| @@ -65,7 +65,7 @@ class PLATFORM_EXPORT EndTransform3DDisplayItem final
|
| private:
|
| #if DCHECK_IS_ON()
|
| bool isEndAndPairedWith(DisplayItem::Type otherType) const final {
|
| - return DisplayItem::transform3DTypeToEndTransform3DType(otherType) ==
|
| + return DisplayItem::Transform3DTypeToEndTransform3DType(otherType) ==
|
| getType();
|
| }
|
| #endif
|
|
|