Chromium Code Reviews| Index: cc/resources/resource_format.h |
| diff --git a/cc/resources/resource_format.h b/cc/resources/resource_format.h |
| index 518131114d919668237f88ff8faf5843f598519a..207dbf40e0f785c355dcc5cb1a2d372082d115b8 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, |
| + RGBA_F16, |
| + RESOURCE_FORMAT_MAX = RGBA_F16, |
| }; |
| CC_EXPORT int BitsPerPixel(ResourceFormat format); |