Index: tests/PaintTest.cpp |
diff --git a/tests/PaintTest.cpp b/tests/PaintTest.cpp |
index 38f66ea66f3203952bdd0e40a2328cd226471d08..a7bbffa01cfc9adf8a94e5d63c18697342246a0a 100644 |
--- a/tests/PaintTest.cpp |
+++ b/tests/PaintTest.cpp |
@@ -71,7 +71,7 @@ static void test_cmap(skiatest::Reporter* reporter) { |
{ uni_to_utf32, SkPaint::kUTF32_TextEncoding }, |
}; |
- SkRandom rand; |
+ SkMWCRandom rand; |
SkPaint paint; |
paint.setTypeface(SkTypeface::RefDefault())->unref(); |
SkTypeface* face = paint.getTypeface(); |