Index: snapshot/mac/thread_snapshot_mac.h |
diff --git a/snapshot/mac/thread_snapshot_mac.h b/snapshot/mac/thread_snapshot_mac.h |
index a59678cc0063bf507e5e90e0f9c7e51115cbe60a..35b77bbab748340be2d29e110f5fc9b7cce2556a 100644 |
--- a/snapshot/mac/thread_snapshot_mac.h |
+++ b/snapshot/mac/thread_snapshot_mac.h |
@@ -59,6 +59,7 @@ class ThreadSnapshotMac final : public ThreadSnapshot { |
int SuspendCount() const override; |
int Priority() const override; |
uint64_t ThreadSpecificDataAddress() const override; |
+ std::vector<const MemorySnapshot*> ExtraMemory() const override; |
private: |
#if defined(ARCH_CPU_X86_FAMILY) |