aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/gpu/gl/GLTestContext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gpu/gl/GLTestContext.cpp')
-rw-r--r--tools/gpu/gl/GLTestContext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gpu/gl/GLTestContext.cpp b/tools/gpu/gl/GLTestContext.cpp
index 76e38b71b4..2c1d977b76 100644
--- a/tools/gpu/gl/GLTestContext.cpp
+++ b/tools/gpu/gl/GLTestContext.cpp
@@ -344,7 +344,7 @@ GrGLint GLTestContext::createTextureRectangle(int width, int height, GrGLenum in
}
sk_sp<GrContext> GLTestContext::makeGrContext(const GrContextOptions& options) {
- return GrContext::MakeGL(fGL.get(), options);
+ return GrContext::MakeGL(fGL, options);
}
} // namespace sk_gpu_test