| Index: gpu/command_buffer/client/cmd_buffer_helper.cc
|
| diff --git a/gpu/command_buffer/client/cmd_buffer_helper.cc b/gpu/command_buffer/client/cmd_buffer_helper.cc
|
| index 7021fa399f4ccf7f887667ab73589d5753206b43..8d6e4be9a50d56ee9aac3a3925a65094eb4af051 100644
|
| --- a/gpu/command_buffer/client/cmd_buffer_helper.cc
|
| +++ b/gpu/command_buffer/client/cmd_buffer_helper.cc
|
| @@ -365,8 +365,7 @@ bool CommandBufferHelper::OnMemoryDump(
|
| return true;
|
|
|
| const uint64_t tracing_process_id =
|
| - base::trace_event::MemoryDumpManager::GetInstance()
|
| - ->GetTracingProcessId();
|
| + base::trace_event::MemoryDumpManager::GetInstance()->tracing_process_id();
|
|
|
| MemoryAllocatorDump* dump = pmd->CreateAllocatorDump(base::StringPrintf(
|
| "gpu/command_buffer_memory/buffer_%d", ring_buffer_id_));
|
|
|