Index: samplecode/SamplePicture.cpp |
diff --git a/samplecode/SamplePicture.cpp b/samplecode/SamplePicture.cpp |
index 8afebc4523d93f37b272c3af260b3ebc69e32838..825e561654284a0575a097ad444669cc01ca0769 100644 |
--- a/samplecode/SamplePicture.cpp |
+++ b/samplecode/SamplePicture.cpp |
@@ -165,7 +165,7 @@ protected: |
// test that we can re-record a subpicture, and see the results |
- SkMWCRandom rand(SampleCode::GetAnimTime()); |
+ SkRandom rand(SampleCode::GetAnimTime()); |
canvas->translate(SkIntToScalar(10), SkIntToScalar(250)); |
drawCircle(fSubPicture->beginRecording(50, 50), 25, |
rand.nextU() | 0xFF000000); |