| Index: tests/GpuDrawPathTest.cpp
|
| diff --git a/tests/GpuDrawPathTest.cpp b/tests/GpuDrawPathTest.cpp
|
| index 3dcba52bd93ea364eea9b56ce5efc8165b4042e2..ca610536782921b3582ef9869e13b70eab78d639 100644
|
| --- a/tests/GpuDrawPathTest.cpp
|
| +++ b/tests/GpuDrawPathTest.cpp
|
| @@ -47,7 +47,7 @@ DEF_GPUTEST(GpuDrawPath, reporter, factory) {
|
| for (int type = 0; type < GrContextFactory::kLastGLContextType; ++type) {
|
| GrContextFactory::GLContextType glType = static_cast<GrContextFactory::GLContextType>(type);
|
|
|
| - GrContext* grContext = factory->get(glType);
|
| + GrContext* grContext = factory->get(glType, kNone_GrGLStandard);
|
| if (NULL == grContext) {
|
| continue;
|
| }
|
|
|