| Index: tests/GLProgramsTest.cpp
|
| diff --git a/tests/GLProgramsTest.cpp b/tests/GLProgramsTest.cpp
|
| index 17ad6064f3c09e8d5e7d840bc2c17c1cf8bb0c3e..c9f69f0ef3115001e6dc838125352243d4e746d9 100644
|
| --- a/tests/GLProgramsTest.cpp
|
| +++ b/tests/GLProgramsTest.cpp
|
| @@ -186,7 +186,7 @@ bool GrGpuGL::programUnitTest(int maxStages) {
|
| numCoverageStages,
|
| currAttribIndex);
|
|
|
| - SkAutoTUnref<GrGLProgram> program(GrGLProgram::Create(this->glContext(),
|
| + SkAutoTUnref<GrGLProgram> program(GrGLProgram::Create(this,
|
| pdesc,
|
| stages,
|
| stages + numColorStages));
|
|
|