| Index: tests/ClipBoundsTest.cpp
|
| diff --git a/tests/ClipBoundsTest.cpp b/tests/ClipBoundsTest.cpp
|
| index d8df62ecadad0ad290e77d083e1606d54ceba58c..c59d5a55f846a08f23e585d6b6ed841c2bb16d2c 100644
|
| --- a/tests/ClipBoundsTest.cpp
|
| +++ b/tests/ClipBoundsTest.cpp
|
| @@ -57,7 +57,7 @@ DEF_GPUTEST_FOR_RENDERING_CONTEXTS(GrClipBounds, reporter, context) {
|
| clipData.setClipStack(&stack);
|
|
|
| SkIRect devGrClipBound;
|
| - clipData.getConservativeBounds(texture,
|
| + clipData.getConservativeBounds(texture->width(), texture->height(),
|
| &devGrClipBound,
|
| &isIntersectionOfRects);
|
|
|
|
|