Chromium Code Reviews| Index: src/gpu/GrRedBlackTree.h |
| =================================================================== |
| --- src/gpu/GrRedBlackTree.h (revision 7902) |
| +++ src/gpu/GrRedBlackTree.h (working copy) |
| @@ -950,7 +950,7 @@ |
| GrRedBlackTree<int> tree; |
| typedef GrRedBlackTree<int>::Iter iter; |
| - SkRandom r; |
| + SkMWCRandom r; |
| int count[100] = {0}; |
| // add 10K ints |