| 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 91e93a980461c2b40aa59aad3014340bd02ebd10..f7ca846d021eb40605de8ad3aaf5286d848e49f8 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/DrawingDisplayItem.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/DrawingDisplayItem.h
|
| @@ -34,14 +34,11 @@ 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;
|
|
|
|
|