Chromium Code Reviews| Index: tests/LListTest.cpp |
| =================================================================== |
| --- tests/LListTest.cpp (revision 7902) |
| +++ tests/LListTest.cpp (working copy) |
| @@ -124,7 +124,7 @@ |
| static void TestTLList(skiatest::Reporter* reporter) { |
| typedef SkTLList<ListElement> ElList; |
| typedef ElList::Iter Iter; |
| - SkRandom random; |
| + SkMWCRandom random; |
| for (int i = 1; i <= 16; i *= 2) { |