Index: src/gpu/GrSWMaskHelper.h |
diff --git a/src/gpu/GrSWMaskHelper.h b/src/gpu/GrSWMaskHelper.h |
index e758c092d215bf0f28fb263e44819d5edadc4787..22d04ef88615f047f864fd2d78d6d18bfc4eb9f1 100644 |
--- a/src/gpu/GrSWMaskHelper.h |
+++ b/src/gpu/GrSWMaskHelper.h |
@@ -125,12 +125,12 @@ private: |
// Actually sends the texture data to the GPU. This is called from |
// toTexture with the data filled in depending on the texture config. |
- void sendTextureData(GrTexture *texture, const GrTextureDesc& desc, |
+ void sendTextureData(GrTexture *texture, const GrSurfaceDesc& desc, |
const void *data, int rowbytes); |
// Compresses the bitmap stored in fBM and sends the compressed data |
// to the GPU to be stored in 'texture' using sendTextureData. |
- void compressTextureData(GrTexture *texture, const GrTextureDesc& desc); |
+ void compressTextureData(GrTexture *texture, const GrSurfaceDesc& desc); |
typedef SkNoncopyable INHERITED; |
}; |