Chromium Code Reviews| Index: gm/imagefiltersgraph.cpp |
| diff --git a/gm/imagefiltersgraph.cpp b/gm/imagefiltersgraph.cpp |
| index bc34e656d02185661580089f61ee750de44cb046..8885f0d23127e6f2d4f66e301577871517a5c760 100644 |
| --- a/gm/imagefiltersgraph.cpp |
| +++ b/gm/imagefiltersgraph.cpp |
| @@ -39,9 +39,7 @@ public: |
| } |
| SkIRect bounds; |
| - source.getBounds(&bounds); |
| - |
| - if (!this->applyCropRect(&bounds, ctx.ctm())) { |
| + if (!this->applyCropRect(ctx, proxy, source, &srcOffset, &bounds, &source)) { |
| return false; |
| } |