| Index: ui/gl/gl_image_shared_memory.cc
|
| diff --git a/ui/gl/gl_image_shared_memory.cc b/ui/gl/gl_image_shared_memory.cc
|
| index 83c8e5eba5388c0585072fa87a2c80f51699f499..8798a105b729119ff7f318c159d51494714d4c90 100644
|
| --- a/ui/gl/gl_image_shared_memory.cc
|
| +++ b/ui/gl/gl_image_shared_memory.cc
|
| @@ -6,6 +6,7 @@
|
|
|
| #include "base/logging.h"
|
| #include "base/memory/shared_memory.h"
|
| +#include "base/memory/shared_memory_dump_provider.h"
|
| #include "base/numerics/safe_math.h"
|
| #include "base/process/process_handle.h"
|
| #include "base/sys_info.h"
|
| @@ -91,6 +92,8 @@ void GLImageSharedMemory::OnMemoryDump(
|
| shared_memory_id_);
|
| pmd->CreateSharedGlobalAllocatorDump(guid);
|
| pmd->AddOwnershipEdge(dump->guid(), guid);
|
| + base::SharedMemoryDumpProvider::GetInstance()->AddSuballocation(pmd,
|
| + dump->guid());
|
| }
|
|
|
| } // namespace gl
|
|
|