| Index: src/utils/SkTextureCompressor_LATC.cpp
|
| diff --git a/src/utils/SkTextureCompressor_LATC.cpp b/src/utils/SkTextureCompressor_LATC.cpp
|
| index 50aaf0b275caa254d5b6fae12f4636a95ac9695c..d7cae4f37dc5e301e88f49c1f740024ff51ccddd 100644
|
| --- a/src/utils/SkTextureCompressor_LATC.cpp
|
| +++ b/src/utils/SkTextureCompressor_LATC.cpp
|
| @@ -498,8 +498,7 @@ SkBlitter* CreateLATCBlitter(int width, int height, void* outputBuffer,
|
| sk_bzero(outputBuffer, width * height / 2);
|
|
|
| return allocator->createT<
|
| - SkTCompressedAlphaBlitter<4, 8, CompressorLATC>, int, int, void* >
|
| - (width, height, outputBuffer);
|
| + SkTCompressedAlphaBlitter<4, 8, CompressorLATC>>(width, height, outputBuffer);
|
| #elif COMPRESS_LATC_SLOW
|
| // TODO (krajcevski)
|
| return nullptr;
|
|
|