| Index: ui/gl/gl_image_io_surface.mm
|
| diff --git a/ui/gl/gl_image_io_surface.mm b/ui/gl/gl_image_io_surface.mm
|
| index 7bcb9626b9a741949799ac4d19a352ed0ac8eb45..8e208301e57902cad93055c22c1eff6bcc0ef8f7 100644
|
| --- a/ui/gl/gl_image_io_surface.mm
|
| +++ b/ui/gl/gl_image_io_surface.mm
|
| @@ -375,8 +375,8 @@ void GLImageIOSurface::OnMemoryDump(base::trace_event::ProcessMemoryDump* pmd,
|
| base::trace_event::MemoryDumpManager::kInvalidTracingProcessId;
|
| }
|
|
|
| - auto guid =
|
| - GetGenericSharedMemoryGUIDForTracing(process_tracing_id, io_surface_id_);
|
| + auto guid = GetGenericSharedGpuMemoryGUIDForTracing(process_tracing_id,
|
| + io_surface_id_);
|
| pmd->CreateSharedGlobalAllocatorDump(guid);
|
| pmd->AddOwnershipEdge(dump->guid(), guid);
|
| }
|
|
|