| Index: tests/ClipStackTest.cpp
|
| ===================================================================
|
| --- tests/ClipStackTest.cpp (revision 7902)
|
| +++ tests/ClipStackTest.cpp (working copy)
|
| @@ -820,7 +820,7 @@
|
| add_oval,
|
| };
|
|
|
| - SkRandom r;
|
| + SkMWCRandom r;
|
|
|
| for (int i = 0; i < kNumTests; ++i) {
|
| // Randomly generate a clip stack.
|
| @@ -864,7 +864,7 @@
|
| ElementList reducedClips;
|
|
|
| GrReducedClip::InitialState initial;
|
| - SkIRect tBounds;
|
| + SkIRect tBounds(inflatedIBounds);
|
| SkIRect* tightBounds = r.nextBool() ? &tBounds : NULL;
|
| GrReducedClip::ReduceClipStack(stack,
|
| inflatedIBounds,
|
|
|