| Index: tests/ReadPixelsTest.cpp
|
| diff --git a/tests/ReadPixelsTest.cpp b/tests/ReadPixelsTest.cpp
|
| index 3e22f7c73c681956e4b58c96a3f3a720fc4340e1..2128733bfbc20c4cce3e52e6884448f1ed3dae91 100644
|
| --- a/tests/ReadPixelsTest.cpp
|
| +++ b/tests/ReadPixelsTest.cpp
|
| @@ -309,7 +309,7 @@ DEF_GPUTEST(ReadPixels, reporter, factory) {
|
| if (!GrContextFactory::IsRenderingGLContext(type)) {
|
| continue;
|
| }
|
| - GrContext* context = factory->get(type);
|
| + GrContext* context = factory->get(type, kNone_GrGLStandard);
|
| if (NULL == context) {
|
| continue;
|
| }
|
|
|