From a8f0002f0c2f23167f1e6b3ae3f77d3c7768cac3 Mon Sep 17 00:00:00 2001 From: Brian Salomon Date: Wed, 16 Nov 2016 12:55:57 -0500 Subject: 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 Reviewed-by: Chris Dalton --- src/gpu/gl/GrGLGpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gpu/gl/GrGLGpu.h') diff --git a/src/gpu/gl/GrGLGpu.h b/src/gpu/gl/GrGLGpu.h index 0c40b60862..da0eae07df 100644 --- a/src/gpu/gl/GrGLGpu.h +++ b/src/gpu/gl/GrGLGpu.h @@ -617,7 +617,7 @@ private: switch (texture->texturePriv().samplerType()) { case kTexture2DSampler_GrSLType: return 0; - case kTexture2DISampler_GrSLType: + case kITexture2DSampler_GrSLType: return 1; case kTexture2DRectSampler_GrSLType: return 2; -- cgit v1.2.3