Chromium Code Reviews| Index: gm/convexpaths.cpp |
| diff --git a/gm/convexpaths.cpp b/gm/convexpaths.cpp |
| index b869887a97fcbeeb9a194a153a535e7d4fffcee7..4f9633d8b778eb033c5488481480051520706d92 100644 |
| --- a/gm/convexpaths.cpp |
| +++ b/gm/convexpaths.cpp |
| @@ -265,7 +265,7 @@ protected: |
| SkPaint paint; |
| paint.setAntiAlias(true); |
| - SkLCGRandom rand; |
| + SkRandom rand; |
| canvas->translate(20 * SK_Scalar1, 20 * SK_Scalar1); |
| // As we've added more paths this has gotten pretty big. Scale the whole thing down. |