Index: src/effects/SkColorMatrixFilter.cpp |
diff --git a/src/effects/SkColorMatrixFilter.cpp b/src/effects/SkColorMatrixFilter.cpp |
index fa4ad5e2bc42257765ae09ce8e0f4f2775a2848a..1f841d04892ff9458610550d06c19be59e26de86 100644 |
--- a/src/effects/SkColorMatrixFilter.cpp |
+++ b/src/effects/SkColorMatrixFilter.cpp |
@@ -461,7 +461,7 @@ private: |
GR_DEFINE_EFFECT_TEST(ColorMatrixEffect); |
-GrEffectRef* ColorMatrixEffect::TestCreate(SkMWCRandom* random, |
+GrEffectRef* ColorMatrixEffect::TestCreate(SkRandom* random, |
GrContext*, |
const GrDrawTargetCaps&, |
GrTexture* dummyTextures[2]) { |