| Index: ui/gl/test/gl_image_test_support.cc
|
| diff --git a/ui/gl/test/gl_image_test_support.cc b/ui/gl/test/gl_image_test_support.cc
|
| index 9034918f5574a8bcdb143c4476ff374cb41119b7..58ffc8ad67d06609041c28eb79286df20e0fc922 100644
|
| --- a/ui/gl/test/gl_image_test_support.cc
|
| +++ b/ui/gl/test/gl_image_test_support.cc
|
| @@ -173,6 +173,7 @@ void GLImageTestSupport::SetBufferDataToColor(int width,
|
| case gfx::BufferFormat::ETC1:
|
| case gfx::BufferFormat::RGBA_4444:
|
| case gfx::BufferFormat::UYVY_422:
|
| + case gfx::BufferFormat::YUYV_422:
|
| NOTREACHED();
|
| return;
|
| }
|
|
|