| Index: gm/texturedomaineffect.cpp
|
| diff --git a/gm/texturedomaineffect.cpp b/gm/texturedomaineffect.cpp
|
| index 660748873158c095d4d546fc1d86b0cddf28eb14..588ce97437defd68852a93b9a203dbaebc0c9900 100644
|
| --- a/gm/texturedomaineffect.cpp
|
| +++ b/gm/texturedomaineffect.cpp
|
| @@ -124,7 +124,6 @@ protected:
|
| continue;
|
| }
|
| const SkMatrix viewMatrix = SkMatrix::MakeTrans(x, y);
|
| - pipelineBuilder.setRenderTarget(drawContext->accessRenderTarget());
|
| pipelineBuilder.addColorFragmentProcessor(fp);
|
|
|
| SkAutoTUnref<GrDrawBatch> batch(
|
|
|