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

Unified Diff: src/core/SkTraceMemoryDump.h

Issue 1302663003: Sample for GPU memory dumping using new SkTraceMemoryDump. (Closed) Base URL: https://chromium.googlesource.com/skia.git@master
Patch Set: Created 5 years, 4 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
« no previous file with comments | « include/gpu/GrGpuResource.h ('k') | src/gpu/GrContext.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/SkTraceMemoryDump.h
diff --git a/src/core/SkTraceMemoryDump.h b/src/core/SkTraceMemoryDump.h
index daf0416012d00eacb4709f023d24849ac1f2ccbb..daf41cb2da9ec32a4ccd79b4f376fcecc690a080 100644
--- a/src/core/SkTraceMemoryDump.h
+++ b/src/core/SkTraceMemoryDump.h
@@ -58,7 +58,7 @@ public:
const SkDiscardableMemory &discardableMemoryObject) = 0;
protected:
- virtual ~SkTraceMemoryDump() = 0;
+ virtual ~SkTraceMemoryDump() {}
};
#endif
« no previous file with comments | « include/gpu/GrGpuResource.h ('k') | src/gpu/GrContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698