Stop creating GrODS for stencilPath commands.

Review URL: https://codereview.chromium.org/816513003
diff --git a/src/gpu/GrTest.cpp b/src/gpu/GrTest.cpp
index 7f2848f..ec31307 100644
--- a/src/gpu/GrTest.cpp
+++ b/src/gpu/GrTest.cpp
@@ -115,8 +115,7 @@
 
     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 {}