Chromium Code Reviews| Index: tests/Sk64Test.cpp |
| diff --git a/tests/Sk64Test.cpp b/tests/Sk64Test.cpp |
| index e956cbbd513f8efa5c4ff9df8739649316b424b3..50b7ec7d2fb9b384a2e5a07befa09cdab7a1f3dc 100644 |
| --- a/tests/Sk64Test.cpp |
| +++ b/tests/Sk64Test.cpp |
| @@ -75,7 +75,7 @@ static void TestSk64(skiatest::Reporter* reporter) { |
| // Now test add/sub |
| - SkMWCRandom rand; |
| + SkRandom rand; |
| int i; |
| for (i = 0; i < 1000; i++) |