| Index: components/exo/wayland/server.cc
|
| diff --git a/components/exo/wayland/server.cc b/components/exo/wayland/server.cc
|
| index ea015075c91c72181faa0250bada4a340b319bb9..46fbf67bca6a66815050696bc7b8e40ee734c27b 100644
|
| --- a/components/exo/wayland/server.cc
|
| +++ b/components/exo/wayland/server.cc
|
| @@ -473,6 +473,7 @@ const struct drm_supported_format {
|
| {WL_DRM_FORMAT_ABGR8888, gfx::BufferFormat::RGBA_8888},
|
| {WL_DRM_FORMAT_XRGB8888, gfx::BufferFormat::BGRX_8888},
|
| {WL_DRM_FORMAT_ARGB8888, gfx::BufferFormat::BGRA_8888},
|
| + {WL_DRM_FORMAT_NV12, gfx::BufferFormat::YUV_420_BIPLANAR},
|
| {WL_DRM_FORMAT_YVU420, gfx::BufferFormat::YVU_420}};
|
|
|
| void drm_authenticate(wl_client* client, wl_resource* resource, uint32_t id) {
|
|
|