Index: src/utils/SkTextureCompressor_LATC.h |
diff --git a/src/utils/SkTextureCompressor_LATC.h b/src/utils/SkTextureCompressor_LATC.h |
index e3446b546dca3cb40d06619c5d6639f443cf5621..6ee2ff63e215e9e6d185f1254e19590a8272854c 100644 |
--- a/src/utils/SkTextureCompressor_LATC.h |
+++ b/src/utils/SkTextureCompressor_LATC.h |
@@ -16,6 +16,8 @@ namespace SkTextureCompressor { |
int width, int height, int rowBytes); |
SkBlitter* CreateLATCBlitter(int width, int height, void* outputBuffer); |
+ |
+ void DecompressLATC(uint8_t* dst, int dstRowBytes, const uint8_t* src, int width, int height); |
} |
#endif // SkTextureCompressor_LATC_DEFINED |