Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(742)

Unified Diff: tests/TraceMemoryDumpTest.cpp

Issue 1310123007: Add support for light dumps in SkTraceMemoryDump interface. (Closed) Base URL: https://chromium.googlesource.com/skia.git@master
Patch Set: uint. Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« src/core/SkResourceCache.cpp ('K') | « src/core/SkResourceCache.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/TraceMemoryDumpTest.cpp
diff --git a/tests/TraceMemoryDumpTest.cpp b/tests/TraceMemoryDumpTest.cpp
index cda007631838bc8a267023ef72138dc7d67108d8..80724f2f9a25d95cbac955f0fa855ca10532a347 100644
--- a/tests/TraceMemoryDumpTest.cpp
+++ b/tests/TraceMemoryDumpTest.cpp
@@ -24,6 +24,7 @@ public:
void setDiscardableMemoryBacking(
const char* dumpName,
const SkDiscardableMemory& discardableMemoryObject) override { }
+ uint32_t getRequestedDetails() const override { return 0; }
reed1 2015/09/11 19:03:31 Does this mean our test dumper won't dump anything
ssid 2015/09/21 14:24:14 I thought this was just build test. True, adding s
};
DEF_TEST(SkTraceMemoryDump, reporter) {
« src/core/SkResourceCache.cpp ('K') | « src/core/SkResourceCache.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698