Index: src/gpu/GrTest.cpp |
diff --git a/src/gpu/GrTest.cpp b/src/gpu/GrTest.cpp |
index 7f2848faecfb401338e36508758ef0755bb9a159..ec31307c1af22f3bf51b88834579fcb0b3c7c1b6 100644 |
--- a/src/gpu/GrTest.cpp |
+++ b/src/gpu/GrTest.cpp |
@@ -115,8 +115,7 @@ private: |
void onDraw(const GrOptDrawState&, const GrDrawTarget::DrawInfo&) SK_OVERRIDE {} |
- void onStencilPath(const GrOptDrawState&, const GrPath*, const GrStencilSettings&) SK_OVERRIDE { |
- } |
+ void onStencilPath(const GrPath* path, const StencilPathState& state) SK_OVERRIDE {} |
void onDrawPath(const GrOptDrawState&, const GrPath*, const GrStencilSettings&) SK_OVERRIDE {} |