From 67794f5e37218aff502968bad772120317a2d10a Mon Sep 17 00:00:00 2001 From: "tomhudson@google.com" Date: Thu, 31 May 2012 14:31:14 +0000 Subject: [PATCH] Fix typo in r4092. git-svn-id: http://skia.googlecode.com/svn/trunk@4094 2bbb7eff-a529-9590-31e7-b0007b416f81 --- include/gpu/GrSamplerState.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/gpu/GrSamplerState.h b/include/gpu/GrSamplerState.h index 618b0b165c..952169c6d7 100644 --- a/include/gpu/GrSamplerState.h +++ b/include/gpu/GrSamplerState.h @@ -155,7 +155,7 @@ public: fRadial2PosRoot = s.fRadial2PosRoot; fKernelWidth = s.fKernelWidth; - if (kConvolution_Filter == kFilter) { + if (kConvolution_Filter == fFilter) { memcpy(fKernel, s.fKernel, MAX_KERNEL_WIDTH * sizeof(float)); }