| Index: tests/GrContextFactoryTest.cpp
|
| diff --git a/tests/GrContextFactoryTest.cpp b/tests/GrContextFactoryTest.cpp
|
| index 461a57a6d6b4cac9aba841c5ded166ec800f4380..fe33475db6e0860f245d3563162d2ba43195cc62 100644
|
| --- a/tests/GrContextFactoryTest.cpp
|
| +++ b/tests/GrContextFactoryTest.cpp
|
| @@ -19,7 +19,7 @@ DEF_GPUTEST(GrContextFactoryTest, reporter, factory) {
|
| NULL == factory->getGLContext(GrContextFactory::kNative_GLContextType));
|
|
|
| // After we ask for a context, we expect that the GL context to be there.
|
| - factory->get(GrContextFactory::kNative_GLContextType);
|
| + factory->get(GrContextFactory::kNative_GLContextType, kNone_GrGLStandard);
|
| REPORTER_ASSERT(reporter,
|
| factory->getGLContext(GrContextFactory::kNative_GLContextType) != NULL);
|
|
|
|
|