| Index: tests/ReadWriteAlphaTest.cpp
|
| diff --git a/tests/ReadWriteAlphaTest.cpp b/tests/ReadWriteAlphaTest.cpp
|
| index 5df1ab395fe89c69b88c14435ad112e808e43022..fd4eece2f8cf3b903b854164db6069734c9efd50 100644
|
| --- a/tests/ReadWriteAlphaTest.cpp
|
| +++ b/tests/ReadWriteAlphaTest.cpp
|
| @@ -21,7 +21,7 @@ DEF_GPUTEST(ReadWriteAlpha, reporter, factory) {
|
| if (!GrContextFactory::IsRenderingGLContext(glType)) {
|
| continue;
|
| }
|
| - GrContext* context = factory->get(glType);
|
| + GrContext* context = factory->get(glType, kNone_GrGLStandard);
|
| if (NULL == context) {
|
| continue;
|
| }
|
|
|