| Index: content/common/gpu/media/vaapi_drm_picture.cc
|
| diff --git a/content/common/gpu/media/vaapi_drm_picture.cc b/content/common/gpu/media/vaapi_drm_picture.cc
|
| index 183d4ae6e396d5732b33b7352e4a62c87ba79427..d344a1b5138a97c986e13709283e2bce9fb1e18b 100644
|
| --- a/content/common/gpu/media/vaapi_drm_picture.cc
|
| +++ b/content/common/gpu/media/vaapi_drm_picture.cc
|
| @@ -97,7 +97,7 @@ scoped_refptr<ui::NativePixmap> VaapiDrmPicture::CreateNativePixmap(
|
| // Create a buffer from Ozone.
|
| return factory->CreateNativePixmap(gfx::kNullAcceleratedWidget, size,
|
| gfx::BufferFormat::BGRX_8888,
|
| - gfx::BufferUsage::GPU_READ_WRITE);
|
| + gfx::BufferUsage::SCANOUT);
|
| }
|
|
|
| bool VaapiDrmPicture::Initialize() {
|
|
|