| Index: components/exo/buffer.cc
|
| diff --git a/components/exo/buffer.cc b/components/exo/buffer.cc
|
| index b2b18ef03166e12ebc7d0f18e6c6854952543f58..7ec46c5cc4097c2cfdb11d05d6ad4b8d6e64b2dd 100644
|
| --- a/components/exo/buffer.cc
|
| +++ b/components/exo/buffer.cc
|
| @@ -52,7 +52,7 @@
|
| GL_RGB, // BGRX_8888
|
| GL_BGRA_EXT, // BGRA_8888
|
| GL_RGB_YCRCB_420_CHROMIUM, // YVU_420
|
| - GL_RGB_YCBCR_420V_CHROMIUM, // YUV_420_BIPLANAR
|
| + GL_INVALID_ENUM, // YUV_420_BIPLANAR
|
| GL_RGB_YCBCR_422_CHROMIUM, // UYVY_422
|
| };
|
| static_assert(arraysize(kGLInternalFormats) ==
|
|
|