| Index: tests/GpuColorFilterTest.cpp | 
| diff --git a/tests/GpuColorFilterTest.cpp b/tests/GpuColorFilterTest.cpp | 
| index 9ba943193974b86dfaf7bb6eb53db0b7f1c10399..cdb5ef3cdd07463c234102a575392bc6311bf51f 100644 | 
| --- a/tests/GpuColorFilterTest.cpp | 
| +++ b/tests/GpuColorFilterTest.cpp | 
| @@ -101,7 +101,7 @@ static void test_getConstantColorComponents(skiatest::Reporter* reporter, GrCont | 
| SkAutoTUnref<GrEffectRef> grEffect(cf->asNewEffect(grContext)); | 
| GrColor color = test.inputColor; | 
| uint32_t components = test.inputComponents; | 
| -        grEffect->get()->getConstantColorComponents(&color, &components); | 
| +        grEffect->getConstantColorComponents(&color, &components); | 
|  | 
| REPORTER_ASSERT(reporter, filterColor(color, components) == test.outputColor); | 
| REPORTER_ASSERT(reporter, test.outputComponents == components); | 
|  |