Chromium Code Reviews| Index: ui/gfx/buffer_types.h |
| diff --git a/ui/gfx/buffer_types.h b/ui/gfx/buffer_types.h |
| index 575ae7ff719fc5f4e8a004943ea41a339359d87c..2ab4eae535fd4dd64321c5c140fa96c1d5c2be13 100644 |
| --- a/ui/gfx/buffer_types.h |
| +++ b/ui/gfx/buffer_types.h |
| @@ -26,8 +26,9 @@ enum class BufferFormat { |
| YVU_420, |
| YUV_420_BIPLANAR, |
| UYVY_422, |
| + YUYV_422, |
| - LAST = UYVY_422 |
| + LAST = YUYV_422 |
| }; |
| // The usage mode affects how a buffer can be used. Only buffers created with |