commit | 4b91f768b348aa1cebeb54f3ff9331938734c242 | [log] [tgz] |
---|---|---|
author | bsalomon <bsalomon@google.com> | Tue May 19 09:29:46 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Tue May 19 09:29:46 2015 -0700 |
tree | 48bab710cb6a14979551fd7bdea5244a65c37393 | |
parent | b8c241ad099f3f0c2cbf3e7c10f5f6207175d490 [diff] [blame] |
rename GrDrawTargetCaps to GrCaps Review URL: https://codereview.chromium.org/1133123009
diff --git a/src/gpu/effects/GrSimpleTextureEffect.cpp b/src/gpu/effects/GrSimpleTextureEffect.cpp index e729b1b..9a5b3a7 100644 --- a/src/gpu/effects/GrSimpleTextureEffect.cpp +++ b/src/gpu/effects/GrSimpleTextureEffect.cpp
@@ -58,7 +58,7 @@ GrFragmentProcessor* GrSimpleTextureEffect::TestCreate(SkRandom* random, GrContext*, - const GrDrawTargetCaps&, + const GrCaps&, GrTexture* textures[]) { int texIdx = random->nextBool() ? GrProcessorUnitTest::kSkiaPMTextureIdx : GrProcessorUnitTest::kAlphaTextureIdx;