Chromium Code Reviews| Index: ui/gfx/buffer_types.h |
| diff --git a/ui/gfx/buffer_types.h b/ui/gfx/buffer_types.h |
| index 179ee1941b42e828353daed7a90998d8fddd4e7e..f94de03338bf0525a9169ac5dc40487b3111ab92 100644 |
| --- a/ui/gfx/buffer_types.h |
| +++ b/ui/gfx/buffer_types.h |
| @@ -27,8 +27,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 |