Chromium Code Reviews| Index: samplecode/SampleStrokePath.cpp | 
| diff --git a/samplecode/SampleStrokePath.cpp b/samplecode/SampleStrokePath.cpp | 
| index ce6a010347658b024f1b7ec691cca96011b8d1c1..dbf6bd499388cb2dc6611869148eaf81a3b9613e 100644 | 
| --- a/samplecode/SampleStrokePath.cpp | 
| +++ b/samplecode/SampleStrokePath.cpp | 
| @@ -132,7 +132,7 @@ protected: | 
| return this->INHERITED::onQuery(evt); | 
| } | 
| - SkRandom rand; | 
| + SkMWCRandom rand; | 
| void drawSet(SkCanvas* canvas, SkPaint* paint) { | 
| SkAutoCanvasRestore acr(canvas, true); |