| Index: src/gpu/GrSoftwarePathRenderer.cpp
|
| diff --git a/src/gpu/GrSoftwarePathRenderer.cpp b/src/gpu/GrSoftwarePathRenderer.cpp
|
| index de833a6e268407fe3604b44c9a0f03a33ddafc71..a136886a6400f59b0fade456c9f4ac765dc70b78 100644
|
| --- a/src/gpu/GrSoftwarePathRenderer.cpp
|
| +++ b/src/gpu/GrSoftwarePathRenderer.cpp
|
| @@ -39,7 +39,7 @@ bool get_path_and_clip_bounds(const GrPipelineBuilder* pipelineBuilder,
|
| return false;
|
| }
|
|
|
| - pipelineBuilder->clip().getConservativeBounds(rt, devClipBounds);
|
| + pipelineBuilder->clip().getConservativeBounds(rt->width(), rt->height(), devClipBounds);
|
|
|
| if (devClipBounds->isEmpty()) {
|
| *devPathBounds = SkIRect::MakeWH(rt->width(), rt->height());
|
|
|