| 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 d347ba193addf4fb0272bc324ed3c04a8415353d..bdced731bc8cd1d84a89860972b1f07b1b221604 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/DrawingDisplayItem.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/DrawingDisplayItem.h
|
| @@ -33,14 +33,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;
|
|
|
| RefPtr<const SkPicture> m_picture;
|
|
|
|
|