Index: tests/GpuColorFilterTest.cpp |
diff --git a/tests/GpuColorFilterTest.cpp b/tests/GpuColorFilterTest.cpp |
index 3d7f89ed53b93d6d4648fe9c4bb0cf3fe8ec7c5e..0c4cf234bff5d7a601d613316a9467b792ab04f9 100644 |
--- a/tests/GpuColorFilterTest.cpp |
+++ b/tests/GpuColorFilterTest.cpp |
@@ -102,7 +102,7 @@ static void test_getConstantColorComponents(skiatest::Reporter* reporter, GrCont |
const GetConstantComponentTestCase& test = filterTests[i]; |
SkAutoTUnref<SkColorFilter> cf(SkColorFilter::CreateModeFilter(test.filterColor, test.filterMode)); |
SkTDArray<GrFragmentProcessor*> array; |
- bool hasFrag = cf->asFragmentProcessors(grContext, paint.getShaderDataManager(), &array); |
+ bool hasFrag = cf->asFragmentProcessors(grContext, paint.getProcessorDataManager(), &array); |
REPORTER_ASSERT(reporter, hasFrag); |
REPORTER_ASSERT(reporter, 1 == array.count()); |
GrInvariantOutput inout(test.inputColor, |