Chromium Code Reviews| Index: tests/Writer32Test.cpp |
| =================================================================== |
| --- tests/Writer32Test.cpp (revision 7902) |
| +++ tests/Writer32Test.cpp (working copy) |
| @@ -134,7 +134,7 @@ |
| SkAutoMalloc originalData(dataSize); |
| { |
| - SkRandom rand(0); |
| + SkMWCRandom rand(0); |
| uint32_t* ptr = static_cast<uint32_t*>(originalData.get()); |
| uint32_t* stop = ptr + (dataSize>>2); |
| while (ptr < stop) { |