Chromium Code Reviews| Index: cc/resources/resource_format.h |
| diff --git a/cc/resources/resource_format.h b/cc/resources/resource_format.h |
| index 577076f18979a87ee2700ffb449a7dd77b3f5d87..6058e08053ee7e8ac4f4dda54e5aacbae34d6588 100644 |
| --- a/cc/resources/resource_format.h |
| +++ b/cc/resources/resource_format.h |
| @@ -27,7 +27,8 @@ enum ResourceFormat { |
| ETC1, |
| RED_8, |
| LUMINANCE_F16, |
| - RESOURCE_FORMAT_MAX = LUMINANCE_F16, |
| + RG_88, |
| + RESOURCE_FORMAT_MAX = RG_88, |
| }; |
| CC_EXPORT int BitsPerPixel(ResourceFormat format); |