| Index: samplecode/SamplePathEffects.cpp
|
| diff --git a/samplecode/SamplePathEffects.cpp b/samplecode/SamplePathEffects.cpp
|
| index ac77f210de911160b5a00f28b657753e725ea37e..4c6d03cbf9992af7e3a1893546e08d2c9bdd8e36 100644
|
| --- a/samplecode/SamplePathEffects.cpp
|
| +++ b/samplecode/SamplePathEffects.cpp
|
| @@ -102,7 +102,7 @@ class PathEffectView : public SampleView {
|
| SkPoint fClickPt;
|
| public:
|
| PathEffectView() {
|
| - SkRandom rand;
|
| + SkMWCRandom rand;
|
| int steps = 20;
|
| SkScalar dist = SkIntToScalar(400);
|
| SkScalar x = SkIntToScalar(20);
|
|
|