commit | 8b7451aaf6b1c71e9d343a4df107893db277b6aa | [log] [tgz] |
---|---|---|
author | bsalomon <bsalomon@google.com> | Wed May 11 06:33:06 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Wed May 11 06:33:06 2016 -0700 |
tree | b1416c3e9a154a74ff004135d41b5eefd68c0ed9 | |
parent | 70142347f7b4ef49745e828d93026fc153a72845 [diff] [blame] |
Turn ContextInfos returned by GrContextFactory into structs. GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1966013002 Review-Url: https://codereview.chromium.org/1966013002
diff --git a/tools/skiaserve/Request.cpp b/tools/skiaserve/Request.cpp index b16c5cf..97719e2 100644 --- a/tools/skiaserve/Request.cpp +++ b/tools/skiaserve/Request.cpp
@@ -71,7 +71,7 @@ #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);