Index: ui/gfx/buffer_types.h |
diff --git a/ui/gfx/buffer_types.h b/ui/gfx/buffer_types.h |
index b7c787abab9f847cdd13341d6ddfe163febd3da4..db916ff5a2f1e7e3ec5305fe2ab5811ded7aef5d 100644 |
--- a/ui/gfx/buffer_types.h |
+++ b/ui/gfx/buffer_types.h |
@@ -21,8 +21,9 @@ enum class BufferFormat { |
RGBX_8888, |
BGRA_8888, |
YUV_420, |
+ YUV_420_BIPLANAR, |
- LAST = YUV_420 |
+ LAST = YUV_420_BIPLANAR |
}; |
// The usage mode affects how a buffer can be used. Only buffers created with |