Index: tests/CanvasTest.cpp |
diff --git a/tests/CanvasTest.cpp b/tests/CanvasTest.cpp |
index 516dd05c25bb14a78f856e43a740278ceb39c062..774e85d2427a7ddb8612985c8550b17bb22f0403 100644 |
--- a/tests/CanvasTest.cpp |
+++ b/tests/CanvasTest.cpp |
@@ -730,7 +730,7 @@ public: |
MockFilterCanvas(SkCanvas* canvas) : INHERITED(canvas) { } |
protected: |
- bool onFilter(const SkPaint*, Type, SkTLazy<SkPaint>*) const override { return true; } |
+ bool onFilter(SkTCopyOnFirstWrite<SkPaint>*, Type) const override { return true; } |
private: |
typedef SkPaintFilterCanvas INHERITED; |