Chromium Code Reviews| Index: src/gpu/gl/GrGpuGL.cpp |
| diff --git a/src/gpu/gl/GrGpuGL.cpp b/src/gpu/gl/GrGpuGL.cpp |
| index f1b6da8261351908a2222cf3df695bfc8bf20c32..2eb76a5aff43137e69a0d2461efa0f2a1ec0ffb9 100644 |
| --- a/src/gpu/gl/GrGpuGL.cpp |
| +++ b/src/gpu/gl/GrGpuGL.cpp |
| @@ -2694,6 +2694,9 @@ bool GrGpuGL::configToGLFormats(GrPixelConfig config, |
| break; |
| } |
| break; |
| + case kR11_EAC_GrPixelConfig: |
| + *internalFormat = GR_GL_COMPRESSED_R11; |
| + break; |
| default: |
| return false; |
| } |