diff options
author | bsalomon <bsalomon@google.com> | 2015-09-09 14:51:52 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-09-09 14:51:52 -0700 |
commit | cb1ccfd2054d90c90772cd852c2a2df1ce5fb9eb (patch) | |
tree | b3f8b5c0e45d46113e4950bd1a4af8b129b25b7c /include/gpu | |
parent | 8e74046b355853a56101f3abadc2a11c4530aeae (diff) |
SK_API on GrWrapTextureInBitmap
BUG=chromium:524717
TBR=reed@google.com
Review URL: https://codereview.chromium.org/1334563002
Diffstat (limited to 'include/gpu')
-rw-r--r-- | include/gpu/SkGr.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/gpu/SkGr.h b/include/gpu/SkGr.h index 7dd1aff456..e0f8b402db 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, |