| Index: src/gpu/GrContextFactory.cpp
|
| diff --git a/src/gpu/GrContextFactory.cpp b/src/gpu/GrContextFactory.cpp
|
| index 7df19177eba177ad5899b759e15217e07fca5c70..1a3864ac143112ab7c01f763433b2c832a044e85 100755
|
| --- a/src/gpu/GrContextFactory.cpp
|
| +++ b/src/gpu/GrContextFactory.cpp
|
| @@ -75,7 +75,7 @@
|
|
|
| glCtx->makeCurrent();
|
| GrBackendContext p3dctx = reinterpret_cast<GrBackendContext>(glInterface.get());
|
| - grCtx.reset(GrContext::Create(kOpenGL_GrBackend, p3dctx, fGlobalOptions));
|
| + grCtx.reset(GrContext::Create(kOpenGL_GrBackend, p3dctx, &fGlobalOptions));
|
| if (!grCtx.get()) {
|
| return NULL;
|
| }
|
|
|