Chromium Code Reviews| Index: src/gpu/GrSWMaskHelper.h |
| diff --git a/src/gpu/GrSWMaskHelper.h b/src/gpu/GrSWMaskHelper.h |
| index 0ffaa649822726021cadd44d2dc148eead9070ec..7eec4d6fe5134ecb6a3945ee9d790dac963181d7 100644 |
| --- a/src/gpu/GrSWMaskHelper.h |
| +++ b/src/gpu/GrSWMaskHelper.h |
| @@ -106,6 +106,10 @@ private: |
| void sendTextureData(GrTexture *texture, const GrTextureDesc& desc, |
| const void *data, int rowbytes); |
| + // Compresses the bitmap stored in fBM and sends the compressed data |
|
robertphillips
2014/07/16 12:13:23
in texture -> in a texture ?
krajcevski
2014/07/16 13:43:03
Done.
|
| + // to the GPU to be stored in texture using sendTextureData. |
| + void compressTextureData(GrTexture *texture, const GrTextureDesc& desc); |
| + |
| typedef SkNoncopyable INHERITED; |
| }; |