| Index: cc/resources/resource_format.h
|
| diff --git a/cc/resources/resource_format.h b/cc/resources/resource_format.h
|
| index 5266f31fe72197fdebce541d1eb2659729d6153a..4095408e8218e9cda4398b79c5b1fddd556ec3a1 100644
|
| --- a/cc/resources/resource_format.h
|
| +++ b/cc/resources/resource_format.h
|
| @@ -31,7 +31,7 @@ enum ResourceFormat {
|
| RESOURCE_FORMAT_MAX = LUMINANCE_F16,
|
| };
|
|
|
| -SkColorType ResourceFormatToSkColorType(ResourceFormat format);
|
| +SkColorType ResourceFormatToClosestSkColorType(ResourceFormat format);
|
|
|
| CC_EXPORT int BitsPerPixel(ResourceFormat format);
|
| CC_EXPORT GLenum GLDataType(ResourceFormat format);
|
|
|