aboutsummaryrefslogtreecommitdiffhomepage
path: root/samplecode/SampleRotateCircles.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'samplecode/SampleRotateCircles.cpp')
-rw-r--r--samplecode/SampleRotateCircles.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/samplecode/SampleRotateCircles.cpp b/samplecode/SampleRotateCircles.cpp
index 1f586be4fe..2dd5be94a6 100644
--- a/samplecode/SampleRotateCircles.cpp
+++ b/samplecode/SampleRotateCircles.cpp
@@ -38,7 +38,7 @@ protected:
}
virtual void onDrawContent(SkCanvas* canvas) {
- SkRandom rand;
+ SkMWCRandom rand;
SkPaint paint;
paint.setAntiAlias(true);
paint.setStrokeWidth(20);