| Index: cc/resources/resource_format.cc
|
| diff --git a/cc/resources/resource_format.cc b/cc/resources/resource_format.cc
|
| index 51e9596b3914ccfb67fd1acdeb8ecc95c4699785..ba4e65d570a8c79f2128026f6f0c47ae641a4016 100644
|
| --- a/cc/resources/resource_format.cc
|
| +++ b/cc/resources/resource_format.cc
|
| @@ -88,7 +88,7 @@
|
| }
|
|
|
| GLenum GLInternalFormat(ResourceFormat format) {
|
| - return (format == RED_8) ? GL_R8_EXT : GLDataFormat(format);
|
| + return GLDataFormat(format);
|
| }
|
|
|
| gfx::BufferFormat BufferFormat(ResourceFormat format) {
|
|
|