Chromium Code Reviews| Index: tests/ColorTest.cpp |
| =================================================================== |
| --- tests/ColorTest.cpp (revision 7902) |
| +++ tests/ColorTest.cpp (working copy) |
| @@ -146,7 +146,7 @@ |
| */ |
| /* |
| static void test_interp(skiatest::Reporter* reporter) { |
| - SkRandom r; |
| + SkMWCRandom r; |
| U8CPU a0 = 0; |
| U8CPU a255 = 255; |
| @@ -163,7 +163,7 @@ |
| */ |
| static inline void test_fast_interp(skiatest::Reporter* reporter) { |
| - SkRandom r; |
| + SkMWCRandom r; |
| U8CPU a0 = 0; |
| U8CPU a255 = 255; |