Chromium Code Reviews| 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 9f16b5aceca6e5b6622edaef8042a25375b52186..42b939343315091f05d0c4aee9571713d6de8f85 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::AllocationsSizeAndCount>& |
|
Dmitry Skiba
2016/04/14 19:07:30
Yup, we should typedef this monstrosity.
ssid
2016/04/14 20:17:11
Not adding as suggested by primiano.
|
| + metrics_by_context, |
| base::trace_event::TraceEventMemoryOverhead& overhead, |
| const char* allocator_name) override; |