Index: samplecode/SampleStrokePath.cpp |
diff --git a/samplecode/SampleStrokePath.cpp b/samplecode/SampleStrokePath.cpp |
index dbf6bd499388cb2dc6611869148eaf81a3b9613e..ce6a010347658b024f1b7ec691cca96011b8d1c1 100644 |
--- a/samplecode/SampleStrokePath.cpp |
+++ b/samplecode/SampleStrokePath.cpp |
@@ -132,7 +132,7 @@ protected: |
return this->INHERITED::onQuery(evt); |
} |
- SkMWCRandom rand; |
+ SkRandom rand; |
void drawSet(SkCanvas* canvas, SkPaint* paint) { |
SkAutoCanvasRestore acr(canvas, true); |