| Index: cc/resources/resource_format.h
|
| diff --git a/cc/resources/resource_format.h b/cc/resources/resource_format.h
|
| index d785ab7382b8db450ed675580712d5b0675bc7fd..aa431b72db2b4fca6dc710810de301ad1935c281 100644
|
| --- a/cc/resources/resource_format.h
|
| +++ b/cc/resources/resource_format.h
|
| @@ -25,6 +25,8 @@ enum ResourceFormat {
|
|
|
| SkColorType ResourceFormatToSkColorType(ResourceFormat format);
|
|
|
| +bool IsResourceFormatCompressed(ResourceFormat format);
|
| +
|
| } // namespace cc
|
|
|
| #endif // CC_RESOURCES_RESOURCE_FORMAT_H_
|
|
|