| Index: components/bitmap_uploader/bitmap_uploader.cc
|
| diff --git a/components/bitmap_uploader/bitmap_uploader.cc b/components/bitmap_uploader/bitmap_uploader.cc
|
| index f618763abe66c0b81101d9936d76e1fa75f3927e..4c6c992d51d71c2132f1e5b3178b34e7a892a3f3 100644
|
| --- a/components/bitmap_uploader/bitmap_uploader.cc
|
| +++ b/components/bitmap_uploader/bitmap_uploader.cc
|
| @@ -30,7 +30,7 @@ void LostContext(void*) {
|
| // TODO(fsamuel): Figure out if there's something useful to do here.
|
| }
|
|
|
| -void OnGotContentHandlerID(uint32_t content_handler_id) {}
|
| +void OnGotRemoteIDs(uint32_t remote_id, uint32_t content_handler_id) {}
|
|
|
| } // namespace
|
|
|
| @@ -61,7 +61,7 @@ void BitmapUploader::Init(mojo::Shell* shell) {
|
| shell->ConnectToApplication(std::move(request2),
|
| mojo::GetProxy(&gpu_service_provider), nullptr,
|
| mojo::CreatePermissiveCapabilityFilter(),
|
| - base::Bind(&OnGotContentHandlerID));
|
| + base::Bind(&OnGotRemoteIDs));
|
| ConnectToService(gpu_service_provider.get(), &gpu_service_);
|
|
|
| mus::mojom::CommandBufferPtr gles2_client;
|
|
|