Index: tests/ClipStackTest.cpp |
diff --git a/tests/ClipStackTest.cpp b/tests/ClipStackTest.cpp |
index cbed19364ffd88e06d189b79fa88d8756b94a984..c16220e50041f66bced5144fe21a56ef152fab76 100644 |
--- a/tests/ClipStackTest.cpp |
+++ b/tests/ClipStackTest.cpp |
@@ -921,7 +921,7 @@ static void test_reduced_clip_stack(skiatest::Reporter* reporter) { |
add_oval, |
}; |
- SkMWCRandom r; |
+ SkRandom r; |
for (int i = 0; i < kNumTests; ++i) { |
// Randomly generate a clip stack. |