Chromium Code Reviews| Index: tests/UtilsTest.cpp |
| =================================================================== |
| --- tests/UtilsTest.cpp (revision 7902) |
| +++ tests/UtilsTest.cpp (working copy) |
| @@ -54,7 +54,7 @@ |
| static void test_search(skiatest::Reporter* reporter) { |
| int i, array[kSEARCH_COUNT]; |
| - SkRandom rand; |
| + SkMWCRandom rand; |
| for (i = 0; i < kSEARCH_COUNT; i++) { |
| array[i] = rand.nextS(); |