| Index: tests/ColorFilterTest.cpp
|
| diff --git a/tests/ColorFilterTest.cpp b/tests/ColorFilterTest.cpp
|
| index 02256493fa9adfdc72371d7f43262feb8aba2d8a..4016f2193d58a3e14cc3bddf0c33cb2f8b19bfc3 100644
|
| --- a/tests/ColorFilterTest.cpp
|
| +++ b/tests/ColorFilterTest.cpp
|
| @@ -35,7 +35,7 @@ template <typename T> T* reincarnate(T* obj) {
|
| #define ILLEGAL_MODE ((SkXfermode::Mode)-1)
|
|
|
| static void test_asColorMode(skiatest::Reporter* reporter) {
|
| - SkMWCRandom rand;
|
| + SkRandom rand;
|
|
|
| for (int mode = 0; mode <= SkXfermode::kLastMode; mode++) {
|
| SkColor color = rand.nextU();
|
|
|