Chromium Code Reviews| Index: cc/resources/resource_format.h |
| diff --git a/cc/resources/resource_format.h b/cc/resources/resource_format.h |
| index 47f9a505717b592eb6b5fb3e1611d508ef0e8813..54061394ff738d52d1365a8dd1dcb92d107cb2d1 100644 |
| --- a/cc/resources/resource_format.h |
| +++ b/cc/resources/resource_format.h |
| @@ -17,7 +17,8 @@ enum ResourceFormat { |
| BGRA_8888, |
| LUMINANCE_8, |
| RGB_565, |
| - RESOURCE_FORMAT_MAX = RGB_565, |
| + ETC1, |
| + RESOURCE_FORMAT_MAX = ETC1, |
| }; |
| SkBitmap::Config SkBitmapConfig(ResourceFormat format); |