Chromium Code Reviews| Index: src/utils/SkShadowPaintFilterCanvas.h |
| diff --git a/src/utils/SkShadowPaintFilterCanvas.h b/src/utils/SkShadowPaintFilterCanvas.h |
| index 698f6e117388dd5aa14064e7ba4c38bae26a7428..93ed9e6b88d4e7352a1c46f82eac377f3c2a1c59 100644 |
| --- a/src/utils/SkShadowPaintFilterCanvas.h |
| +++ b/src/utils/SkShadowPaintFilterCanvas.h |
| @@ -40,7 +40,7 @@ protected: |
| void onDrawPicture(const SkPicture *picture, const SkMatrix *matrix, |
| const SkPaint *paint) override; |
|
robertphillips
2016/08/31 22:18:19
const SkRect&
|
| - void updateMatrix(); |
| + void updateMatrix(const SkRect boundRect); |
| void onDrawPaint(const SkPaint &paint) override; |