| Index: cc/resources/video_resource_updater.cc
|
| diff --git a/cc/resources/video_resource_updater.cc b/cc/resources/video_resource_updater.cc
|
| index 11bfc314d1160604a7a6f4d6f0d1cac5b6b865e5..a50e4c8b03b5722fc77b14247f6e1c8d5b8f1193 100644
|
| --- a/cc/resources/video_resource_updater.cc
|
| +++ b/cc/resources/video_resource_updater.cc
|
| @@ -324,6 +324,7 @@ VideoFrameExternalResources VideoResourceUpdater::CreateForHardwarePlanes(
|
|
|
| external_resources.hardware_resource =
|
| resource_provider_->CreateResourceFromExternalTexture(
|
| + video_frame->texture_target(),
|
| video_frame->texture_id());
|
|
|
| TextureMailbox::ReleaseCallback callback_to_return_resource =
|
|
|