| Index: content/child/child_thread_impl.cc
|
| diff --git a/content/child/child_thread_impl.cc b/content/child/child_thread_impl.cc
|
| index 927427d2d59ebb1036ed206723f3800312d0f9f4..882ca37effef40009bb5199724cd6b19e0570268 100644
|
| --- a/content/child/child_thread_impl.cc
|
| +++ b/content/child/child_thread_impl.cc
|
| @@ -588,8 +588,11 @@ void ChildThreadImpl::Init(const Options& options) {
|
| g_quit_closure.Get().BindToMainThread();
|
| #endif
|
|
|
| + mojom::SharedMemoryAllocatorPtr shared_memory_allocator;
|
| + GetRemoteInterfaces()->GetInterface(&shared_memory_allocator);
|
| shared_bitmap_manager_.reset(
|
| - new ChildSharedBitmapManager(thread_safe_sender()));
|
| + new ChildSharedBitmapManager(thread_safe_sender(),
|
| + std::move(shared_memory_allocator)));
|
|
|
| client_discardable_shared_memory_manager_delegate_ =
|
| base::MakeUnique<ClientDiscardableSharedMemoryManagerDelegate>(
|
|
|