Index: gm/texdata.cpp |
diff --git a/gm/texdata.cpp b/gm/texdata.cpp |
index 01eedec633be3299898bfab5fa3e6b9426b539a9..4cad11336e5783a034677cc2c3c074b97db4cbe9 100644 |
--- a/gm/texdata.cpp |
+++ b/gm/texdata.cpp |
@@ -98,7 +98,7 @@ DEF_SIMPLE_GM_BG(texdata, canvas, 2 * S, 2 * S, SK_ColorBLACK) { |
SkMatrix tm; |
tm = vm; |
tm.postIDiv(2*S, 2*S); |
- paint.addColorTextureProcessor(texture, tm); |
+ paint.addColorTextureProcessor(texture, nullptr, tm); |
drawContext->drawRect(clip, paint, vm, SkRect::MakeWH(2*S, 2*S)); |