Index: src/utils/SkPathUtils.cpp |
diff --git a/src/utils/SkPathUtils.cpp b/src/utils/SkPathUtils.cpp |
index 2e17ccb1d33a3d047d8994a3f8dc15e4807a4522..86b2f1043454226ac841d579aed02fc6d484042e 100644 |
--- a/src/utils/SkPathUtils.cpp |
+++ b/src/utils/SkPathUtils.cpp |
@@ -21,7 +21,7 @@ typedef void (*line2path)(SkPath*, const char*, int, int); |
/* |
static void FillRandomBits( int chars, char* bits ){ |
SkTime time; |
- SkMWCRandom rand = SkMWCRandom( time.GetMSecs() ); |
+ SkRandom rand = SkRandom( time.GetMSecs() ); |
for (int i = 0; i < chars; ++i){ |
bits[i] = rand.nextU(); |