Chromium Code Reviews| Index: content/common/discardable_shared_memory_heap.h |
| diff --git a/content/common/discardable_shared_memory_heap.h b/content/common/discardable_shared_memory_heap.h |
| index 5e482a6e7f4402b1651b624b6eb16e2820b91a5f..100b03f169611388e16d601276913d119cca3f64 100644 |
| --- a/content/common/discardable_shared_memory_heap.h |
| +++ b/content/common/discardable_shared_memory_heap.h |
| @@ -118,6 +118,7 @@ class CONTENT_EXPORT DiscardableSharedMemoryHeap { |
| base::trace_event::MemoryAllocatorDump* CreateMemoryAllocatorDump( |
| Span* span, |
| + size_t block_size, |
|
reveman
2015/08/26 16:04:59
Maybe remove |span| and |block_size| args and just
|
| const char* name, |
| base::trace_event::ProcessMemoryDump* pmd) const; |