| 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 78690af15964f81d3d324bec04b635838eeae0ee..c93017ccc1591fd7aaf28690c583b77570edced8 100644
|
| --- a/gpu/command_buffer/client/gles2_implementation.cc
|
| +++ b/gpu/command_buffer/client/gles2_implementation.cc
|
| @@ -4831,6 +4831,7 @@ bool ValidImageFormat(GLenum internalformat) {
|
| switch (internalformat) {
|
| case GL_RGB:
|
| case GL_RGBA:
|
| + case GL_BGRA_EXT:
|
| return true;
|
| default:
|
| return false;
|
|
|