| Index: include/gpu/SkGr.h
|
| diff --git a/include/gpu/SkGr.h b/include/gpu/SkGr.h
|
| index 7dd1aff456e8b06004fbf54c51ec557a98887455..e0f8b402db2de9fc9bd765dc7237e2cd8325f63e 100644
|
| --- a/include/gpu/SkGr.h
|
| +++ b/include/gpu/SkGr.h
|
| @@ -112,7 +112,8 @@ bool SkPaint2GrPaint(GrContext* context, GrRenderTarget*, const SkPaint& skPaint
|
| SkImageInfo GrMakeInfoFromTexture(GrTexture* tex, int w, int h, bool isOpaque);
|
|
|
| // Using the dreaded SkGrPixelRef ...
|
| -void GrWrapTextureInBitmap(GrTexture* src, int w, int h, bool isOpaque, SkBitmap* dst);
|
| +SK_API void GrWrapTextureInBitmap(GrTexture* src, int w, int h, bool isOpaque,
|
| + SkBitmap* dst);
|
|
|
| GrTextureParams::FilterMode GrSkFilterQualityToGrFilterMode(SkFilterQuality paintFilterQuality,
|
| const SkMatrix& viewM,
|
|
|