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