Index: third_party/WebKit/Source/platform/graphics/paint/FloatClipDisplayItem.h |
diff --git a/third_party/WebKit/Source/platform/graphics/paint/FloatClipDisplayItem.h b/third_party/WebKit/Source/platform/graphics/paint/FloatClipDisplayItem.h |
index b6275a15ba5cd8870092cc4b59bb129a44125e54..bb463c1a6a54fcf3f0aadd12aadefe497d071526 100644 |
--- a/third_party/WebKit/Source/platform/graphics/paint/FloatClipDisplayItem.h |
+++ b/third_party/WebKit/Source/platform/graphics/paint/FloatClipDisplayItem.h |
@@ -29,13 +29,11 @@ private: |
#ifndef NDEBUG |
void dumpPropertiesAsDebugString(WTF::StringBuilder&) const override; |
#endif |
-#if ENABLE(ASSERT) |
bool equals(const DisplayItem& other) const final |
{ |
return DisplayItem::equals(other) |
&& m_clipRect == static_cast<const FloatClipDisplayItem&>(other).m_clipRect; |
} |
-#endif |
const FloatRect m_clipRect; |
}; |