Index: components/exo/buffer.cc |
diff --git a/components/exo/buffer.cc b/components/exo/buffer.cc |
index 7ec46c5cc4097c2cfdb11d05d6ad4b8d6e64b2dd..2fed1abb784003c98324418926b68a726f606a6f 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 |