| Index: src/opts/SkTextureCompression_opts_neon.h
|
| diff --git a/src/opts/SkTextureCompression_opts_neon.h b/src/opts/SkTextureCompression_opts_neon.h
|
| index dd5e75df57d5687ee0622b0d02801864a475d0fd..ba66590ca30a479e3f4b6ec8b56b0ca5c0c46dde 100644
|
| --- a/src/opts/SkTextureCompression_opts_neon.h
|
| +++ b/src/opts/SkTextureCompression_opts_neon.h
|
| @@ -9,6 +9,6 @@
|
| #define SkTextureCompression_opts_neon_h_
|
|
|
| bool CompressA8toR11EAC_NEON(uint8_t* dst, const uint8_t* src,
|
| - int width, int height, int rowBytes);
|
| + int width, int height, size_t rowBytes);
|
|
|
| #endif // SkTextureCompression_opts_neon_h_
|
|
|