| Index: tests/CanvasTest.cpp
|
| diff --git a/tests/CanvasTest.cpp b/tests/CanvasTest.cpp
|
| index 87705dc7f5e00cd6efb52bbb9e5efa04a7915994..516dd05c25bb14a78f856e43a740278ceb39c062 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(const SkPaint*, Type, SkTLazy<SkPaint>*) const override { return true; }
|
|
|
| private:
|
| typedef SkPaintFilterCanvas INHERITED;
|
|
|