Index: src/utils/SkTextureCompressor_LATC.h |
diff --git a/src/utils/SkTextureCompressor_LATC.h b/src/utils/SkTextureCompressor_LATC.h |
index e41a249e2a93fe4f3d1380462e975a4837ba01e9..85647eafcc428ad275950ac26c77f3b6b610d624 100644 |
--- a/src/utils/SkTextureCompressor_LATC.h |
+++ b/src/utils/SkTextureCompressor_LATC.h |
@@ -15,7 +15,7 @@ class SkBlitter; |
namespace SkTextureCompressor { |
bool CompressA8ToLATC(uint8_t* dst, const uint8_t* src, |
- int width, int height, int rowBytes); |
+ int width, int height, size_t rowBytes); |
SkBlitter* CreateLATCBlitter(int width, int height, void* outputBuffer, |
SkTBlitterAllocator *allocator); |