Index: src/utils/SkTextureCompressor_ASTC.cpp |
diff --git a/src/utils/SkTextureCompressor_ASTC.cpp b/src/utils/SkTextureCompressor_ASTC.cpp |
index 8a96b911ea0e8f0639aa0fdf0f6a8dbddda65a98..49b34de4f57d89864563629673363054906863a3 100644 |
--- a/src/utils/SkTextureCompressor_ASTC.cpp |
+++ b/src/utils/SkTextureCompressor_ASTC.cpp |
@@ -2073,8 +2073,7 @@ SkBlitter* CreateASTCBlitter(int width, int height, void* outputBuffer, |
} |
return allocator->createT< |
- SkTCompressedAlphaBlitter<12, 16, CompressorASTC>, int, int, void* > |
- (width, height, outputBuffer); |
+ SkTCompressedAlphaBlitter<12, 16, CompressorASTC>>(width, height, outputBuffer); |
} |
void DecompressASTC(uint8_t* dst, int dstRowBytes, const uint8_t* src, |