Index: gm/nested.cpp |
diff --git a/gm/nested.cpp b/gm/nested.cpp |
index d5b61a490f340b004aadc3c49d18c5572cce0e0c..b3d75cfa396e6b06b64a292bacced94ae3287b67 100644 |
--- a/gm/nested.cpp |
+++ b/gm/nested.cpp |
@@ -73,7 +73,7 @@ protected: |
}; |
// draw a background pattern to make transparency errors more apparent |
- SkMWCRandom rand; |
+ SkRandom rand; |
for (int y = 0; y < kImageHeight; y += 10) { |
for (int x = 0; x < kImageWidth; x += 10) { |