Index: third_party/WebKit/Source/platform/graphics/paint/ForeignLayerDisplayItem.h |
diff --git a/third_party/WebKit/Source/platform/graphics/paint/ForeignLayerDisplayItem.h b/third_party/WebKit/Source/platform/graphics/paint/ForeignLayerDisplayItem.h |
index 3a7bdb213058cb7cb801fc61c38ff9f21a2df7cb..715d0ec381253902856fc1f07164dd0c7d5e3119 100644 |
--- a/third_party/WebKit/Source/platform/graphics/paint/ForeignLayerDisplayItem.h |
+++ b/third_party/WebKit/Source/platform/graphics/paint/ForeignLayerDisplayItem.h |
@@ -42,7 +42,9 @@ |
void replay(GraphicsContext&) const override; |
void appendToWebDisplayItemList(const IntRect&, WebDisplayItemList*) const override; |
bool drawsContent() const override; |
+#if ENABLE(ASSERT) |
bool equals(const DisplayItem&) const override; |
+#endif |
#ifndef NDEBUG |
void dumpPropertiesAsDebugString(StringBuilder&) const override; |
#endif |