| Index: tests/GLProgramsTest.cpp
|
| diff --git a/tests/GLProgramsTest.cpp b/tests/GLProgramsTest.cpp
|
| index 3df08a7f5b59f031119248218f29dd643b810b83..7de91ecb8c5966a5ffc16de551d5439d4d12a3af 100644
|
| --- a/tests/GLProgramsTest.cpp
|
| +++ b/tests/GLProgramsTest.cpp
|
| @@ -227,7 +227,8 @@ bool GrGpuGL::programUnitTest(int maxStages) {
|
|
|
| DEF_GPUTEST(GLPrograms, reporter, factory) {
|
| for (int type = 0; type < GrContextFactory::kLastGLContextType; ++type) {
|
| - GrContext* context = factory->get(static_cast<GrContextFactory::GLContextType>(type));
|
| + GrContext* context = factory->get(static_cast<GrContextFactory::GLContextType>(type),
|
| + kNone_GrGLStandard);
|
| if (NULL != context) {
|
| GrGpuGL* gpu = static_cast<GrGpuGL*>(context->getGpu());
|
| int maxStages = 6;
|
|
|