| Index: third_party/WebKit/Source/platform/web_process_memory_dump_impl.h
|
| diff --git a/third_party/WebKit/Source/platform/web_process_memory_dump_impl.h b/third_party/WebKit/Source/platform/web_process_memory_dump_impl.h
|
| index e1ee7bf1cd0a054b30e4a157fb61860ac7c57348..b88577216ff98868870aebbf62e6b0278cb24211 100644
|
| --- a/third_party/WebKit/Source/platform/web_process_memory_dump_impl.h
|
| +++ b/third_party/WebKit/Source/platform/web_process_memory_dump_impl.h
|
| @@ -78,8 +78,8 @@ class PLATFORM_EXPORT WebProcessMemoryDumpImpl final
|
| base::DiscardableMemory* discardable) override;
|
|
|
| void dumpHeapUsage(
|
| - const base::hash_map<base::trace_event::AllocationContext, size_t>&
|
| - bytes_by_context,
|
| + const base::hash_map<base::trace_event::AllocationContext, base::trace_event::AllocationMetrics>&
|
| + metrics_by_context,
|
| base::trace_event::TraceEventMemoryOverhead& overhead,
|
| const char* allocator_name) override;
|
|
|
|
|