| Index: tests/GrSurfaceTest.cpp
|
| diff --git a/tests/GrSurfaceTest.cpp b/tests/GrSurfaceTest.cpp
|
| index b73adc0b1ef96b664614ece74acf2dd2e6a87fcd..901dcd6f6483a344e6cafae4d5933fece203deac 100644
|
| --- a/tests/GrSurfaceTest.cpp
|
| +++ b/tests/GrSurfaceTest.cpp
|
| @@ -15,7 +15,7 @@
|
| #include "Test.h"
|
|
|
| DEF_GPUTEST(GrSurfaceTest, reporter, factory) {
|
| - GrContext* context = factory->get(GrContextFactory::kNull_GLContextType);
|
| + GrContext* context = factory->get(GrContextFactory::kNull_GLContextType, kNone_GrGLStandard);
|
| if (NULL != context) {
|
| GrTextureDesc desc;
|
| desc.fConfig = kSkia8888_GrPixelConfig;
|
|
|