| Index: gm/image_pict.cpp
|
| diff --git a/gm/image_pict.cpp b/gm/image_pict.cpp
|
| index 9d1dc513a8cbd74eba522595d90cc5937f12a2a8..790e7937b4aa982be74d8ae1b640bf3f4fd8ab38 100644
|
| --- a/gm/image_pict.cpp
|
| +++ b/gm/image_pict.cpp
|
| @@ -315,7 +315,7 @@ protected:
|
| static void draw_as_tex(SkCanvas* canvas, SkImageCacherator* cache, SkScalar x, SkScalar y) {
|
| #if SK_SUPPORT_GPU
|
| SkAutoTUnref<GrTexture> texture(cache->lockAsTexture(canvas->getGrContext(),
|
| - GrTextureParams::ClampBilerp(),
|
| + GrTextureParams::ClampBilerp(), false,
|
| nullptr));
|
| if (!texture) {
|
| // show placeholder if we have no texture
|
|
|