| Index: cc/tiles/gpu_image_decode_cache.cc
|
| diff --git a/cc/tiles/gpu_image_decode_cache.cc b/cc/tiles/gpu_image_decode_cache.cc
|
| index 3ea22ba20faaea37deda12875dc380c9f21f948d..bde9821f70323bdc18d8b2d5a50dd5eb17316c7b 100644
|
| --- a/cc/tiles/gpu_image_decode_cache.cc
|
| +++ b/cc/tiles/gpu_image_decode_cache.cc
|
| @@ -650,6 +650,9 @@ bool GpuImageDecodeCache::OnMemoryDump(
|
| const int kImportance = 3;
|
| pmd->CreateSharedGlobalAllocatorDump(guid);
|
| pmd->AddOwnershipEdge(dump->guid(), guid, kImportance);
|
| + // TODO(hajimehoshi): |image_data::data_| might be allocated in
|
| + // DiscardableSharedMemory. Get shared memory handle of that and call
|
| + // base::SharedMemoryDumpProvider::AddOwnershipEdgeToSharedGlobalDump here
|
| }
|
| }
|
|
|
|
|