Chromium Code Reviews| Index: ui/gfx/buffer_types.h |
| diff --git a/ui/gfx/buffer_types.h b/ui/gfx/buffer_types.h |
| index 85529584ea20a6aa86ee47a7adabdd8b81442fb6..b25f3dfcd4bee7986cecac3673868fed91abeb53 100644 |
| --- a/ui/gfx/buffer_types.h |
| +++ b/ui/gfx/buffer_types.h |
| @@ -21,6 +21,7 @@ enum class BufferFormat { |
| BGRX_8888, |
| BGRA_8888, |
| YUV_420, |
| + YUV_420_BIPLANAR, |
| UYVY_422, |
| LAST = UYVY_422 |