commit | 0bbecb21ab82b3d742c491780bcc2e74be03efed | [log] [tgz] |
---|---|---|
author | Brian Salomon <bsalomon@google.com> | Thu Nov 17 11:38:22 2016 -0500 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Thu Nov 17 17:18:53 2016 +0000 |
tree | 0355eca170a7cb268b27049dd158886d7f62cb87 | |
parent | 9de097639f04e5a18da2d2b123dace9d24ab50e4 [diff] [blame] |
Rename GrTextureAccess to GrProcessor::TextureSampler. Renames vars and methods that used the work "access" to refer to this type. GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=4931 Change-Id: Ibcf488fbd445c5119fc13d190544cd98981bdbee Reviewed-on: https://skia-review.googlesource.com/4931 Commit-Queue: Brian Salomon <bsalomon@google.com> Reviewed-by: Greg Daniel <egdaniel@google.com>
diff --git a/src/gpu/effects/GrBitmapTextGeoProc.h b/src/gpu/effects/GrBitmapTextGeoProc.h index 226ae77..7e2df0a 100644 --- a/src/gpu/effects/GrBitmapTextGeoProc.h +++ b/src/gpu/effects/GrBitmapTextGeoProc.h
@@ -53,7 +53,7 @@ GrColor fColor; SkMatrix fLocalMatrix; bool fUsesLocalCoords; - GrTextureAccess fTextureAccess; + TextureSampler fTextureSampler; const Attribute* fInPosition; const Attribute* fInColor; const Attribute* fInTextureCoords;