Chromium Code Reviews| Index: gm/getpostextpath.cpp |
| diff --git a/gm/getpostextpath.cpp b/gm/getpostextpath.cpp |
| index a4115202588324342d6f153e634e32f5118d2ef3..45701071bb6f9f6bd609a27feb4c7633cb4b196e 100644 |
| --- a/gm/getpostextpath.cpp |
| +++ b/gm/getpostextpath.cpp |
| @@ -56,7 +56,7 @@ protected: |
| SkAutoTArray<SkScalar> widths(len); |
| paint.getTextWidths(text, len, &widths[0]); |
| - SkLCGRandom rand; |
| + SkRandom rand; |
| SkScalar x = SkIntToScalar(20); |
| SkScalar y = SkIntToScalar(100); |
| for (int i = 0; i < len; ++i) { |