| Index: content/child/child_shared_bitmap_manager.cc
|
| diff --git a/content/child/child_shared_bitmap_manager.cc b/content/child/child_shared_bitmap_manager.cc
|
| index b26de442161f2ca69c732992761c2b10c418ab31..e23317d57ddb741f567b9c0b97ec0e3febd6fc85 100644
|
| --- a/content/child/child_shared_bitmap_manager.cc
|
| +++ b/content/child/child_shared_bitmap_manager.cc
|
| @@ -84,7 +84,7 @@ void CollectMemoryUsageAndDie(const gfx::Size& size, size_t alloc_size) {
|
| SharedMemoryBitmap::SharedMemoryBitmap(uint8_t* pixels,
|
| const cc::SharedBitmapId& id,
|
| base::SharedMemory* shared_memory)
|
| - : SharedBitmap(pixels, id), shared_memory_(shared_memory) {}
|
| + : SharedBitmap(pixels, shared_memory, id), shared_memory_(shared_memory) {}
|
|
|
| ChildSharedBitmapManager::ChildSharedBitmapManager(
|
| const scoped_refptr<mojom::ThreadSafeRenderMessageFilterAssociatedPtr>&
|
|
|