Index: gm/pictureshader.cpp |
diff --git a/gm/pictureshader.cpp b/gm/pictureshader.cpp |
index 8b26e48663b8339f750752a7478eb105645da0ea..0b0a99e0263a500ea326208f1642547d993951d0 100644 |
--- a/gm/pictureshader.cpp |
+++ b/gm/pictureshader.cpp |
@@ -135,7 +135,8 @@ private: |
fPicture, |
kTileConfigs[tileMode].tmx, |
kTileConfigs[tileMode].tmy, |
- &localMatrix)); |
+ &localMatrix, |
+ NULL)); |
paint.setShader(pictureShader.get()); |
canvas->drawRect(SkRect::MakeWH(fSceneSize, fSceneSize), paint); |