| Index: components/viz/service/display_embedder/shared_bitmap_allocation_notifier_impl.cc
|
| diff --git a/components/viz/service/display_embedder/shared_bitmap_allocation_notifier_impl.cc b/components/viz/service/display_embedder/shared_bitmap_allocation_notifier_impl.cc
|
| index ea52579d5e24b0b5214402bbcdf6f6f5a879c70f..9a861d37dd28584cd846d180d50207da8804de49 100644
|
| --- a/components/viz/service/display_embedder/shared_bitmap_allocation_notifier_impl.cc
|
| +++ b/components/viz/service/display_embedder/shared_bitmap_allocation_notifier_impl.cc
|
| @@ -26,6 +26,7 @@ void SharedBitmapAllocationNotifierImpl::Bind(
|
| void SharedBitmapAllocationNotifierImpl::DidAllocateSharedBitmap(
|
| mojo::ScopedSharedBufferHandle buffer,
|
| const cc::SharedBitmapId& id) {
|
| + return;
|
| base::SharedMemoryHandle memory_handle;
|
| size_t size;
|
| MojoResult result = mojo::UnwrapSharedMemoryHandle(
|
|
|