Chromium Code Reviews| Index: ui/gl/gl_image_memory.cc |
| diff --git a/ui/gl/gl_image_memory.cc b/ui/gl/gl_image_memory.cc |
| index ca106b7cb2941bdb202e00c0632b40a1cb128a5e..902291759eb066ca741833e50f304c435582e1ee 100644 |
| --- a/ui/gl/gl_image_memory.cc |
| +++ b/ui/gl/gl_image_memory.cc |
| @@ -20,6 +20,7 @@ namespace { |
| bool ValidInternalFormat(unsigned internalformat) { |
| switch (internalformat) { |
| case GL_RGBA: |
| + case GL_BGRA_EXT: |
| return true; |
| default: |
| return false; |