| Index: cc/resources/video_resource_updater.cc
|
| diff --git a/cc/resources/video_resource_updater.cc b/cc/resources/video_resource_updater.cc
|
| index 33682eb70a2f10b3ddde82aac06eff09c476f0b2..f278c590630ca8ed12258820edce1c0830d03d00 100644
|
| --- a/cc/resources/video_resource_updater.cc
|
| +++ b/cc/resources/video_resource_updater.cc
|
| @@ -195,6 +195,7 @@ VideoFrameExternalResources VideoResourceUpdater::CreateForSoftwarePlanes(
|
| resource_id =
|
| resource_provider_->CreateResource(output_plane_resource_size,
|
| output_resource_format,
|
| + GL_CLAMP_TO_EDGE,
|
| ResourceProvider::TextureUsageAny);
|
|
|
| DCHECK(mailbox.IsZero());
|
|
|