| Index: third_party/WebKit/Source/platform/graphics/paint/DrawingDisplayItem.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/DrawingDisplayItem.h b/third_party/WebKit/Source/platform/graphics/paint/DrawingDisplayItem.h
|
| index 310a9739994f8f9a10ab2ec0998cafd0d8ace289..d347ba193addf4fb0272bc324ed3c04a8415353d 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/DrawingDisplayItem.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/DrawingDisplayItem.h
|
| @@ -33,7 +33,7 @@ public:
|
|
|
| void analyzeForGpuRasterization(SkPictureGpuAnalyzer&) const override;
|
|
|
| -#if DCHECK_IS_ON()
|
| +#if ENABLE(ASSERT)
|
| bool equals(const DisplayItem& other) const final;
|
| #endif
|
|
|
|
|