Index: src/gpu/effects/GrConfigConversionEffect.cpp |
diff --git a/src/gpu/effects/GrConfigConversionEffect.cpp b/src/gpu/effects/GrConfigConversionEffect.cpp |
index 27f8abf108e88c65d05c190349ba41e6a8f32ee9..eb23e0d2ac0810069465887e2314b77e067238b8 100644 |
--- a/src/gpu/effects/GrConfigConversionEffect.cpp |
+++ b/src/gpu/effects/GrConfigConversionEffect.cpp |
@@ -142,7 +142,7 @@ GrFragmentProcessor* GrConfigConversionEffect::TestCreate(SkRandom* random, |
(textures[GrProcessorUnitTest::kSkiaPMTextureIdx], |
swapRB, |
pmConv, |
- GrProcessorUnitTest::TestMatrix(random))); |
+ GrTest::TestMatrix(random))); |
} |
/////////////////////////////////////////////////////////////////////////////// |