| Index: tests/PrimitiveProcessorTest.cpp
|
| diff --git a/tests/PrimitiveProcessorTest.cpp b/tests/PrimitiveProcessorTest.cpp
|
| index 55049ea098b7500781a072b7e842f2f7f1ed5f3a..fc53f1886d9c89836c99e2e7872955f57e00f788 100644
|
| --- a/tests/PrimitiveProcessorTest.cpp
|
| +++ b/tests/PrimitiveProcessorTest.cpp
|
| @@ -70,7 +70,8 @@ private:
|
| this->setupPosition(args.fVertBuilder, gpArgs, gp.fAttribs[0].fName);
|
| }
|
| void setData(const GrGLSLProgramDataManager& pdman,
|
| - const GrPrimitiveProcessor& primProc) override {}
|
| + const GrPrimitiveProcessor& primProc,
|
| + FPCoordTransformIter&&) override {}
|
| };
|
| return new GLSLGP();
|
| }
|
|
|