Index: Source/core/paint/ViewDisplayListTest.cpp |
diff --git a/Source/core/paint/ViewDisplayListTest.cpp b/Source/core/paint/ViewDisplayListTest.cpp |
index 2013dfd499eee3a419c69022ca0a4b2d63dd6d2c..c456889c28fc227f7b259e26eae6fdf08f5fe3f3 100644 |
--- a/Source/core/paint/ViewDisplayListTest.cpp |
+++ b/Source/core/paint/ViewDisplayListTest.cpp |
@@ -46,6 +46,9 @@ public: |
virtual void replay(GraphicsContext*) override final { ASSERT_NOT_REACHED(); } |
virtual void appendToWebDisplayItemList(WebDisplayItemList*) const override final { ASSERT_NOT_REACHED(); } |
+#ifndef NDEBUG |
+ virtual const char* name() const override final { return "Test"; } |
+#endif |
}; |
#define EXPECT_DISPLAY_LIST(actual, expectedSize, ...) { \ |