Chromium Code Reviews| Index: components/exo/buffer.cc |
| diff --git a/components/exo/buffer.cc b/components/exo/buffer.cc |
| index a256f7811bdca45a904e52293825c219db08101d..9b1778d989d6c0250efff832d6372f401e15e129 100644 |
| --- a/components/exo/buffer.cc |
| +++ b/components/exo/buffer.cc |
| @@ -45,6 +45,7 @@ GLenum GLInternalFormat(gfx::BufferFormat format) { |
| GL_COMPRESSED_RGBA_S3TC_DXT5_EXT, // DXT5 |
| GL_ETC1_RGB8_OES, // ETC1 |
| GL_R8_EXT, // R_8 |
| + GL_RG8_EXT, // RG_88 |
| GL_RGB, // BGR_565 |
| GL_RGBA, // RGBA_4444 |
| GL_RGB, // RGBX_8888 |