| Index: gpu/command_buffer/client/gles2_implementation.cc
|
| diff --git a/gpu/command_buffer/client/gles2_implementation.cc b/gpu/command_buffer/client/gles2_implementation.cc
|
| index 38975cc581b68133c8ad5d9f6b186e3015f6b89e..7f8dadd00b7e86b25fbd82d9e20c60d11dbb888f 100644
|
| --- a/gpu/command_buffer/client/gles2_implementation.cc
|
| +++ b/gpu/command_buffer/client/gles2_implementation.cc
|
| @@ -6229,6 +6229,8 @@ bool CreateImageValidInternalFormat(GLenum internalformat,
|
| return capabilities.texture_format_dxt5;
|
| case GL_ETC1_RGB8_OES:
|
| return capabilities.texture_format_etc1;
|
| + case GL_R16_EXT:
|
| + return capabilities.texture_norm16;
|
| case GL_RED:
|
| case GL_RG_EXT:
|
| case GL_RGB:
|
|
|