Index: tests/Writer32Test.cpp |
diff --git a/tests/Writer32Test.cpp b/tests/Writer32Test.cpp |
index fd232fc4d0f1f0a7878a8f1f9c2f2ae99159a7c0..8b4aba5ec329f16dbdbf737a16ced22788725d4c 100644 |
--- a/tests/Writer32Test.cpp |
+++ b/tests/Writer32Test.cpp |
@@ -153,7 +153,7 @@ static void testWritePad(skiatest::Reporter* reporter, SkWriter32* writer) { |
SkAutoMalloc originalData(dataSize); |
{ |
- SkMWCRandom rand(0); |
+ SkRandom rand(0); |
uint32_t* ptr = static_cast<uint32_t*>(originalData.get()); |
uint32_t* stop = ptr + (dataSize>>2); |
while (ptr < stop) { |