Index: tools/skiaserve/Request.cpp |
diff --git a/tools/skiaserve/Request.cpp b/tools/skiaserve/Request.cpp |
index 225ca398df1528a385280a22815dd6b9440e7ec0..d9e1bdaa3316353a28d88792b5c75cf0771914b3 100644 |
--- a/tools/skiaserve/Request.cpp |
+++ b/tools/skiaserve/Request.cpp |
@@ -65,7 +65,7 @@ |
SkCanvas* Request::getCanvas() { |
#if SK_SUPPORT_GPU |
GrContextFactory* factory = fContextFactory; |
- GLTestContext* gl = factory->getContextInfo(GrContextFactory::kNative_GLContextType, |
+ GLContext* gl = factory->getContextInfo(GrContextFactory::kNative_GLContextType, |
GrContextFactory::kNone_GLContextOptions).fGLContext; |
gl->makeCurrent(); |
#endif |