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