| Index: tests/CanvasTest.cpp
|
| diff --git a/tests/CanvasTest.cpp b/tests/CanvasTest.cpp
|
| index 87705dc7f5e00cd6efb52bbb9e5efa04a7915994..669a766e5468f5992c7605a09f98e324ac02b04d 100644
|
| --- a/tests/CanvasTest.cpp
|
| +++ b/tests/CanvasTest.cpp
|
| @@ -730,7 +730,7 @@ public:
|
| MockFilterCanvas(SkCanvas* canvas) : INHERITED(canvas) { }
|
|
|
| protected:
|
| - void onFilterPaint(SkPaint *paint, Type type) const override { }
|
| + bool onFilter(SkPaint*, Type) const override { return true; }
|
|
|
| private:
|
| typedef SkPaintFilterCanvas INHERITED;
|
|
|