Index: tests/TraceMemoryDumpTest.cpp |
diff --git a/tests/TraceMemoryDumpTest.cpp b/tests/TraceMemoryDumpTest.cpp |
index cda007631838bc8a267023ef72138dc7d67108d8..3b1ce0ef919513baf5625bc1fa9ef57e8fb1d22d 100644 |
--- a/tests/TraceMemoryDumpTest.cpp |
+++ b/tests/TraceMemoryDumpTest.cpp |
@@ -24,6 +24,7 @@ public: |
void setDiscardableMemoryBacking( |
const char* dumpName, |
const SkDiscardableMemory& discardableMemoryObject) override { } |
+ int getRequestedDetails() const override { return 0; } |
}; |
DEF_TEST(SkTraceMemoryDump, reporter) { |