Chromium Code Reviews| Index: gm/texturedomaineffect.cpp |
| diff --git a/gm/texturedomaineffect.cpp b/gm/texturedomaineffect.cpp |
| index 660748873158c095d4d546fc1d86b0cddf28eb14..36cb059891fb6ac77c5e59889bb6876229ae711f 100644 |
| --- a/gm/texturedomaineffect.cpp |
| +++ b/gm/texturedomaineffect.cpp |
| @@ -82,7 +82,8 @@ protected: |
| } |
| SkAutoTUnref<GrTexture> texture(GrRefCachedBitmapTexture(context, fBmp, |
| - GrTextureParams::ClampNoFilter())); |
| + GrTextureParams::ClampNoFilter(), |
| + false)); |
| if (!texture) { |
| return; |
| } |