| Index: tests/GLInterfaceValidationTest.cpp
|
| diff --git a/tests/GLInterfaceValidationTest.cpp b/tests/GLInterfaceValidationTest.cpp
|
| index b890b44e5f733dc3c950e6bf70a6964716fb4e6f..0b3497a3f6a94dc0a3437977fe68ec28d3a76d60 100755
|
| --- a/tests/GLInterfaceValidationTest.cpp
|
| +++ b/tests/GLInterfaceValidationTest.cpp
|
| @@ -20,8 +20,7 @@ DEF_GPUTEST(GLInterfaceValidation, reporter, /*factory*/) {
|
| for (int i = 0; i < GrContextFactory::kGLContextTypeCnt; ++i) {
|
| GrContextFactory::GLContextType glCtxType = static_cast<GrContextFactory::GLContextType>(i);
|
| GrContextFactory::ContextInfo* context =
|
| - testFactory.getContextInfo(glCtxType, kNone_GrGLStandard,
|
| - GrContextFactory::kNone_GLContextOptions);
|
| + testFactory.getContextInfo(glCtxType, GrContextFactory::kNone_GLContextOptions);
|
| if (!context) {
|
| continue;
|
| }
|
| @@ -34,7 +33,6 @@ DEF_GPUTEST(GLInterfaceValidation, reporter, /*factory*/) {
|
| REPORTER_ASSERT(reporter,
|
| nullptr == testFactory.getContextInfo(
|
| glCtxType,
|
| - kNone_GrGLStandard,
|
| GrContextFactory::kEnableNVPR_GLContextOptions));
|
| }
|
| }
|
|
|