| 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 1e41352fe950a20bf32b3c4c5cae42607c2aaa9d..761df15b5c46c43f2081ff822727ba4ae170ca2f 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/DrawingDisplayItem.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/DrawingDisplayItem.h
|
| @@ -34,11 +34,14 @@ public:
|
|
|
| void analyzeForGpuRasterization(SkPictureGpuAnalyzer&) const override;
|
|
|
| +#if ENABLE(ASSERT)
|
| + bool equals(const DisplayItem& other) const final;
|
| +#endif
|
| +
|
| private:
|
| #ifndef NDEBUG
|
| void dumpPropertiesAsDebugString(WTF::StringBuilder&) const override;
|
| #endif
|
| - bool equals(const DisplayItem& other) const final;
|
|
|
| sk_sp<const SkPicture> m_picture;
|
|
|
|
|