| Index: src/utils/SkTextureCompressor_R11EAC.cpp | 
| diff --git a/src/utils/SkTextureCompressor_R11EAC.cpp b/src/utils/SkTextureCompressor_R11EAC.cpp | 
| index 5c298dda9a0c9c278d55d565f4f987dfd52ef250..5bdfead58cffc7cc0def20f0e414699e80bf74d7 100644 | 
| --- a/src/utils/SkTextureCompressor_R11EAC.cpp | 
| +++ b/src/utils/SkTextureCompressor_R11EAC.cpp | 
| @@ -653,8 +653,7 @@ SkBlitter* CreateR11EACBlitter(int width, int height, void* outputBuffer, | 
| } | 
|  | 
| return allocator->createT< | 
| -        SkTCompressedAlphaBlitter<4, 8, CompressorR11EAC>, int, int, void*> | 
| -        (width, height, outputBuffer); | 
| +        SkTCompressedAlphaBlitter<4, 8, CompressorR11EAC>>(width, height, outputBuffer); | 
| } | 
|  | 
| void DecompressR11EAC(uint8_t* dst, int dstRowBytes, const uint8_t* src, int width, int height) { | 
|  |