| Index: cc/resources/video_resource_updater.cc
|
| diff --git a/cc/resources/video_resource_updater.cc b/cc/resources/video_resource_updater.cc
|
| index edbea9b53c92f110b28024a3814f31bfabe2ad46..2c5e4cf08514e87f0bd5a840cbf51231f1b81ae3 100644
|
| --- a/cc/resources/video_resource_updater.cc
|
| +++ b/cc/resources/video_resource_updater.cc
|
| @@ -385,6 +385,8 @@ VideoFrameExternalResources VideoResourceUpdater::CreateForHardwarePlanes(
|
| TextureMailbox(mailbox_holder->mailbox,
|
| mailbox_holder->texture_target,
|
| mailbox_holder->sync_point));
|
| + external_resources.mailboxes.back().set_allow_overlay(
|
| + video_frame->allow_overlay());
|
| external_resources.release_callbacks.push_back(
|
| base::Bind(&ReturnTexture, AsWeakPtr(), video_frame));
|
| return external_resources;
|
|
|