Chromium Code Reviews| Index: samplecode/SampleVertices.cpp | 
| diff --git a/samplecode/SampleVertices.cpp b/samplecode/SampleVertices.cpp | 
| index 53db2ea3fa8f2cb521563eaecb887c98d949998e..d71a1aefde7c5f4cad6b08b567e9fabd5908a974 100644 | 
| --- a/samplecode/SampleVertices.cpp | 
| +++ b/samplecode/SampleVertices.cpp | 
| @@ -144,7 +144,7 @@ private: | 
| void make_tris(Rec* rec) { | 
| int n = 10; | 
| - SkRandom rand; | 
| + SkMWCRandom rand; | 
| rec->fMode = SkCanvas::kTriangles_VertexMode; | 
| rec->fCount = n * 3; |