| Index: tools/skiaserve/Request.cpp
|
| diff --git a/tools/skiaserve/Request.cpp b/tools/skiaserve/Request.cpp
|
| index b16c5cf3bcdfc6fe6f4102a1742d1200551c1815..97719e2bd2ad7905d2bd96dbbea05f00d01014e5 100644
|
| --- a/tools/skiaserve/Request.cpp
|
| +++ b/tools/skiaserve/Request.cpp
|
| @@ -71,7 +71,7 @@ SkCanvas* Request::getCanvas() {
|
| #if SK_SUPPORT_GPU
|
| GrContextFactory* factory = fContextFactory;
|
| GLTestContext* gl = factory->getContextInfo(GrContextFactory::kNativeGL_ContextType,
|
| - GrContextFactory::kNone_ContextOptions).fGLContext;
|
| + GrContextFactory::kNone_ContextOptions).glContext();
|
| gl->makeCurrent();
|
| #endif
|
| SkASSERT(fDebugCanvas);
|
|
|