Index: gm/texdata.cpp |
diff --git a/gm/texdata.cpp b/gm/texdata.cpp |
index 8f7114168cbddf9b2faa4b6333ae2f82d4f50991..b979df72ffe7790961685b31e6e6c59dd3ea1a27 100644 |
--- a/gm/texdata.cpp |
+++ b/gm/texdata.cpp |
@@ -111,7 +111,7 @@ protected: |
SkMatrix tm; |
tm = vm; |
tm.postIDiv(2*S, 2*S); |
- paint.addColorTextureEffect(texture, tm); |
+ paint.addColorTextureProcessor(texture, tm); |
ctx->drawRect(paint, SkRect::MakeWH(2*S, 2*S)); |