| Index: tests/GLInterfaceValidationTest.cpp
 | 
| diff --git a/tests/GLInterfaceValidationTest.cpp b/tests/GLInterfaceValidationTest.cpp
 | 
| index 541af8fe9232434fa99b9aa2940a176d2107eb20..c284f0f2a5bc59ed18f6724ded4ca8f1eac9c57b 100755
 | 
| --- a/tests/GLInterfaceValidationTest.cpp
 | 
| +++ b/tests/GLInterfaceValidationTest.cpp
 | 
| @@ -16,7 +16,7 @@ DEF_GPUTEST(GLInterfaceValidation, reporter, factory) {
 | 
|      for (int i = 0; i <= GrContextFactory::kLastGLContextType; ++i) {
 | 
|          GrContextFactory::GLContextType glCtxType = (GrContextFactory::GLContextType)i;
 | 
|          // this forces the factory to make the context if it hasn't yet
 | 
| -        factory->get(glCtxType);
 | 
| +        factory->get(glCtxType, kNone_GrGLStandard);
 | 
|          SkGLContextHelper* glCtxHelper = factory->getGLContext(glCtxType);
 | 
|  
 | 
|          // We're supposed to fail the NVPR context type when we the native context that does not
 | 
| 
 |