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 e56e4f21d779067f0eff424528d9ab42e765e25b..df256a63aa8929a6e5b5959a16fc817599946dc0 100644 |
--- a/ui/gl/gl_image_io_surface.mm |
+++ b/ui/gl/gl_image_io_surface.mm |
@@ -368,6 +368,9 @@ void GLImageIOSurface::OnMemoryDump(base::trace_event::ProcessMemoryDump* pmd, |
GetGenericSharedMemoryGUIDForTracing(process_tracing_id, io_surface_id_); |
pmd->CreateSharedGlobalAllocatorDump(guid); |
pmd->AddOwnershipEdge(dump->guid(), guid); |
+ // TODO(hajimehoshi): Call |
+ // base::SharedMemoryDumpProvider::AddOwnershipEdgeToSharedGlobalDump to |
+ // report shared memory usage correctly. |
} |
bool GLImageIOSurface::EmulatingRGB() const { |