| Index: samplecode/SampleTextAlpha.cpp
|
| diff --git a/samplecode/SampleTextAlpha.cpp b/samplecode/SampleTextAlpha.cpp
|
| index 8f8ae4fad037923b5abee37ec74708423f1b91a8..83616f42602ceac91fc44df3d8d607cac6b94cd1 100644
|
| --- a/samplecode/SampleTextAlpha.cpp
|
| +++ b/samplecode/SampleTextAlpha.cpp
|
| @@ -74,7 +74,7 @@ protected:
|
| SkBlurMask::ConvertRadiusToSigma(SkIntToScalar(3))));
|
| paint.getMaskFilter()->unref();
|
|
|
| - SkMWCRandom rand;
|
| + SkRandom rand;
|
|
|
| for (int ps = 6; ps <= 35; ps++) {
|
| paint.setColor(rand.nextU() | (0xFF << 24));
|
|
|