| Index: components/exo/buffer.cc
|
| diff --git a/components/exo/buffer.cc b/components/exo/buffer.cc
|
| index 9b5ebadc57f055e9b8c7136ca6c7c3da95b2510d..5d8bba00656b513db96bb6fd96638f04e79e7451 100644
|
| --- a/components/exo/buffer.cc
|
| +++ b/components/exo/buffer.cc
|
| @@ -56,6 +56,7 @@ GLenum GLInternalFormat(gfx::BufferFormat format) {
|
| GL_RGB_YCRCB_420_CHROMIUM, // YVU_420
|
| GL_RGB_YCBCR_420V_CHROMIUM, // YUV_420_BIPLANAR
|
| GL_RGB_YCBCR_422_CHROMIUM, // UYVY_422
|
| + GL_RGB_YCBCR_422_CHROMIUM, // YUYV_422
|
| };
|
| static_assert(arraysize(kGLInternalFormats) ==
|
| (static_cast<int>(gfx::BufferFormat::LAST) + 1),
|
|
|