Index: Source/platform/graphics/paint/DrawingDisplayItem.h |
diff --git a/Source/platform/graphics/paint/DrawingDisplayItem.h b/Source/platform/graphics/paint/DrawingDisplayItem.h |
index c66f9f26a774b6b8454a2f4fa10431c65212f215..59958eaddffc66784eeb731949da35ae97441875 100644 |
--- a/Source/platform/graphics/paint/DrawingDisplayItem.h |
+++ b/Source/platform/graphics/paint/DrawingDisplayItem.h |
@@ -31,6 +31,7 @@ protected: |
private: |
#ifndef NDEBUG |
+ virtual const char* name() const override { return "Drawing"; } |
virtual void dumpPropertiesAsDebugString(WTF::StringBuilder&) const override; |
#endif |