| Index: tests/WritePixelsTest.cpp
|
| diff --git a/tests/WritePixelsTest.cpp b/tests/WritePixelsTest.cpp
|
| index 1a527937dec4c3e87c2ed13fb029490923bb02b8..4a5b1f9c2adefde3129e954c67d00dae02d036e7 100644
|
| --- a/tests/WritePixelsTest.cpp
|
| +++ b/tests/WritePixelsTest.cpp
|
| @@ -419,7 +419,7 @@ DEF_GPUTEST(WritePixels, reporter, factory) {
|
| if (!GrContextFactory::IsRenderingGLContext(type)) {
|
| continue;
|
| }
|
| - context = factory->get(type);
|
| + context = factory->get(type, kNone_GrGLStandard);
|
| if (NULL == context) {
|
| continue;
|
| }
|
|
|