Index: tests/InfRectTest.cpp |
diff --git a/tests/InfRectTest.cpp b/tests/InfRectTest.cpp |
index 95ef4be3efac1c8dc850efc7df428f16b8e47208..4d957dcf75ce8f336e11346def6ba57047147ca3 100644 |
--- a/tests/InfRectTest.cpp |
+++ b/tests/InfRectTest.cpp |
@@ -35,7 +35,7 @@ static void test_center(skiatest::Reporter* reporter) { |
gData[index].fRect.centerY() == gData[index].fCenter.y()); |
} |
- SkMWCRandom rand; |
+ SkRandom rand; |
for (int i = 0; i < 10000; ++i) { |
SkIRect r; |