Index: tests/PaintTest.cpp |
diff --git a/tests/PaintTest.cpp b/tests/PaintTest.cpp |
index c8d2becba2bac940eb70003a292bea7f0e1bbb98..045c2d22e4c2c667c4fcc9690b1c0b6c57930c03 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 }, |
}; |
- SkMWCRandom rand; |
+ SkRandom rand; |
SkPaint paint; |
paint.setTypeface(SkTypeface::RefDefault())->unref(); |
SkTypeface* face = paint.getTypeface(); |