commit | a8f0002f0c2f23167f1e6b3ae3f77d3c7768cac3 | [log] [tgz] |
---|---|---|
author | Brian Salomon <bsalomon@google.com> | Wed Nov 16 12:55:57 2016 -0500 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Wed Nov 16 19:27:27 2016 +0000 |
tree | 3124b8ddf07c731e75746d3cbcc733e1f647049e | |
parent | a9312fd56e2209f56222f822eb10ed0c25a42724 [diff] [blame] |
Rename kTexture2DISampler to kITexture2DSampler. Also remove unused kGrSLTypeCount. GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=4903 Change-Id: I7f934c56515424b2668886dec2f16296a1256e2c Reviewed-on: https://skia-review.googlesource.com/4903 Commit-Queue: Brian Salomon <bsalomon@google.com> Reviewed-by: Chris Dalton <csmartdalton@google.com>
diff --git a/src/gpu/gl/GrGLGpu.h b/src/gpu/gl/GrGLGpu.h index 0c40b60..da0eae0 100644 --- a/src/gpu/gl/GrGLGpu.h +++ b/src/gpu/gl/GrGLGpu.h
@@ -617,7 +617,7 @@ switch (texture->texturePriv().samplerType()) { case kTexture2DSampler_GrSLType: return 0; - case kTexture2DISampler_GrSLType: + case kITexture2DSampler_GrSLType: return 1; case kTexture2DRectSampler_GrSLType: return 2;