Chromium Code Reviews| Index: samplecode/SampleEmptyPath.cpp |
| diff --git a/samplecode/SampleEmptyPath.cpp b/samplecode/SampleEmptyPath.cpp |
| index 986a088b5e260d2086a129e26f8c723266095181..51c570eb4317e6f0bb1c2c6dc8017a4b3b3c6af9 100644 |
| --- a/samplecode/SampleEmptyPath.cpp |
| +++ b/samplecode/SampleEmptyPath.cpp |
| @@ -73,7 +73,7 @@ protected: |
| 100*SK_Scalar1, |
| titlePaint); |
| - SkMWCRandom rand; |
| + SkRandom rand; |
| SkRect rect = SkRect::MakeWH(125*SK_Scalar1, 100*SK_Scalar1); |
| int i = 0; |
| canvas->save(); |