Index: tests/PackBitsTest.cpp |
diff --git a/tests/PackBitsTest.cpp b/tests/PackBitsTest.cpp |
index 59c8a8cab901b75d9905b66ea3669685c18edaba..f7d4b8e6b1b2d1c4d44ed110c716e76ae7389ce2 100644 |
--- a/tests/PackBitsTest.cpp |
+++ b/tests/PackBitsTest.cpp |
@@ -14,7 +14,7 @@ static const uint16_t gTest2[] = { 0, 0, 0, 1, 2, 3, 3, 3 }; |
static const uint16_t gTest3[] = { 0, 0, 0, 0, 0, 0, 1, 2, 3, 3, 3, 0, 0, 1 }; |
#include "SkRandom.h" |
-static SkMWCRandom gRand; |
+static SkRandom gRand; |
static void rand_fill(uint16_t buffer[], int count) { |
for (int i = 0; i < count; i++) |
buffer[i] = (uint16_t)gRand.nextU(); |