aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2016-07-13 15:42:40 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-07-13 15:42:40 -0700
commit614d8f9a3c44e22d77fa909e82119e8a6746e1b1 (patch)
tree1f74273dc1f959cdf3a596122e5af92d5cb44434 /include
parenta2e0837c3395831ff02a2f35469b4fa98963c560 (diff)
Remove GrWrapTextureInBitmap from public API
Diffstat (limited to 'include')
-rw-r--r--include/gpu/SkGr.h4
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