diff options
author | bsalomon <bsalomon@google.com> | 2016-07-13 15:42:40 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-07-13 15:42:40 -0700 |
commit | 614d8f9a3c44e22d77fa909e82119e8a6746e1b1 (patch) | |
tree | 1f74273dc1f959cdf3a596122e5af92d5cb44434 /include | |
parent | a2e0837c3395831ff02a2f35469b4fa98963c560 (diff) |
Remove GrWrapTextureInBitmap from public API
BUG=skia:5531
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2147053002
Review-Url: https://codereview.chromium.org/2147053002
Diffstat (limited to 'include')
-rw-r--r-- | include/gpu/SkGr.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/gpu/SkGr.h b/include/gpu/SkGr.h index c5ba34403f..881c015b0f 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 |