From 73a9694b4ceb67547e5863db5315488e7d5294f7 Mon Sep 17 00:00:00 2001 From: "bsalomon@google.com" Date: Wed, 13 Feb 2013 16:31:19 +0000 Subject: Use SkMWRandom in GLPrograms test. R=jvanverth@google.com Review URL: https://codereview.appspot.com/7306097 git-svn-id: http://skia.googlecode.com/svn/trunk@7721 2bbb7eff-a529-9590-31e7-b0007b416f81 --- src/gpu/effects/GrSimpleTextureEffect.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gpu/effects/GrSimpleTextureEffect.cpp') diff --git a/src/gpu/effects/GrSimpleTextureEffect.cpp b/src/gpu/effects/GrSimpleTextureEffect.cpp index b6748794de..0fe083bd5d 100644 --- a/src/gpu/effects/GrSimpleTextureEffect.cpp +++ b/src/gpu/effects/GrSimpleTextureEffect.cpp @@ -67,7 +67,7 @@ const GrBackendEffectFactory& GrSimpleTextureEffect::getFactory() const { GR_DEFINE_EFFECT_TEST(GrSimpleTextureEffect); -GrEffectRef* GrSimpleTextureEffect::TestCreate(SkRandom* random, +GrEffectRef* GrSimpleTextureEffect::TestCreate(SkMWCRandom* random, GrContext* context, GrTexture* textures[]) { int texIdx = random->nextBool() ? GrEffectUnitTest::kSkiaPMTextureIdx : -- cgit v1.2.3