| Index: samplecode/SampleFontCache.cpp
|
| diff --git a/samplecode/SampleFontCache.cpp b/samplecode/SampleFontCache.cpp
|
| index 050867effaaf8769f155d7e8eb2c7347a5bd260e..c5f44577294ff80418714823a96df59c9f8c0615 100644
|
| --- a/samplecode/SampleFontCache.cpp
|
| +++ b/samplecode/SampleFontCache.cpp
|
| @@ -16,7 +16,7 @@
|
| static void call_measure() {
|
| SkPaint paint;
|
| uint16_t text[32];
|
| - SkMWCRandom rand;
|
| + SkRandom rand;
|
|
|
| paint.setAntiAlias(true);
|
| paint.setTextEncoding(SkPaint::kUTF16_TextEncoding);
|
| @@ -35,7 +35,7 @@ static void call_measure() {
|
| static void call_draw(SkCanvas* canvas) {
|
| SkPaint paint;
|
| uint16_t text[32];
|
| - SkMWCRandom rand;
|
| + SkRandom rand;
|
|
|
| paint.setAntiAlias(true);
|
| paint.setTextEncoding(SkPaint::kUTF16_TextEncoding);
|
|
|