 Chromium Code Reviews
 Chromium Code Reviews Issue 761903003:
  Update from https://crrev.com/306655  (Closed) 
  Base URL: git@github.com:domokit/mojo.git@master
    
  
    Issue 761903003:
  Update from https://crrev.com/306655  (Closed) 
  Base URL: git@github.com:domokit/mojo.git@master| Index: cc/resources/resource_format.h | 
| diff --git a/cc/resources/resource_format.h b/cc/resources/resource_format.h | 
| index b51ac7cfe721d968a706419e416595494264f891..d785ab7382b8db450ed675580712d5b0675bc7fd 100644 | 
| --- a/cc/resources/resource_format.h | 
| +++ b/cc/resources/resource_format.h | 
| @@ -19,7 +19,8 @@ enum ResourceFormat { | 
| LUMINANCE_8, | 
| RGB_565, | 
| ETC1, | 
| - RESOURCE_FORMAT_MAX = ETC1, | 
| + RED_8, | 
| + RESOURCE_FORMAT_MAX = RED_8, | 
| }; | 
| SkColorType ResourceFormatToSkColorType(ResourceFormat format); |