| Index: gpu/command_buffer/client/mapped_memory.cc
|
| diff --git a/gpu/command_buffer/client/mapped_memory.cc b/gpu/command_buffer/client/mapped_memory.cc
|
| index 708e121f39c0c24a9593b0714bb14f3b28b5c210..f3c7e7087d87bd22721679b05173445c76404802 100644
|
| --- a/gpu/command_buffer/client/mapped_memory.cc
|
| +++ b/gpu/command_buffer/client/mapped_memory.cc
|
| @@ -174,8 +174,7 @@ bool MappedMemoryManager::OnMemoryDump(
|
| }
|
|
|
| const uint64_t tracing_process_id =
|
| - base::trace_event::MemoryDumpManager::GetInstance()
|
| - ->GetTracingProcessId();
|
| + base::trace_event::MemoryDumpManager::GetInstance()->tracing_process_id();
|
| for (const auto& chunk : chunks_) {
|
| std::string dump_name = base::StringPrintf(
|
| "gpu/mapped_memory/manager_%d/chunk_%d", tracing_id_, chunk->shm_id());
|
|
|