| Index: include/gpu/SkGr.h
|
| diff --git a/include/gpu/SkGr.h b/include/gpu/SkGr.h
|
| index c5ba34403fa5efb7b4f3ecbd33c6a8fd95779d77..881c015b0f008759f7ac21718493d7184efa75b3 100644
|
| --- a/include/gpu/SkGr.h
|
| +++ b/include/gpu/SkGr.h
|
| @@ -88,8 +88,4 @@ GrTextureParams::FilterMode GrSkFilterQualityToGrFilterMode(SkFilterQuality pain
|
|
|
| SkImageInfo GrMakeInfoFromTexture(GrTexture* tex, int w, int h, bool isOpaque);
|
|
|
| -// Using the dreaded SkGrPixelRef ...
|
| -SK_API void GrWrapTextureInBitmap(GrTexture* src, int w, int h, bool isOpaque,
|
| - SkBitmap* dst);
|
| -
|
| #endif
|
|
|