| Index: src/gpu/GrSWMaskHelper.cpp
|
| diff --git a/src/gpu/GrSWMaskHelper.cpp b/src/gpu/GrSWMaskHelper.cpp
|
| index 142cd9271816a127f1f0ec27997b3eb75cb8451d..b6a7059192176adff5413dffcad2fe9ba5d12d4d 100644
|
| --- a/src/gpu/GrSWMaskHelper.cpp
|
| +++ b/src/gpu/GrSWMaskHelper.cpp
|
| @@ -252,7 +252,7 @@ GrTexture* GrSWMaskHelper::createTexture() {
|
| }
|
|
|
| void GrSWMaskHelper::sendTextureData(GrTexture *texture, const GrSurfaceDesc& desc,
|
| - const void *data, int rowbytes) {
|
| + const void *data, size_t rowbytes) {
|
| // If we aren't reusing scratch textures we don't need to flush before
|
| // writing since no one else will be using 'texture'
|
| bool reuseScratch = fContext->getGpu()->caps()->reuseScratchTextures();
|
|
|