aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/sk_app/mac/GLWindowContext_mac.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/sk_app/mac/GLWindowContext_mac.cpp')
-rw-r--r--tools/sk_app/mac/GLWindowContext_mac.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/sk_app/mac/GLWindowContext_mac.cpp b/tools/sk_app/mac/GLWindowContext_mac.cpp
index 7f09d54522..005fc07df4 100644
--- a/tools/sk_app/mac/GLWindowContext_mac.cpp
+++ b/tools/sk_app/mac/GLWindowContext_mac.cpp
@@ -73,7 +73,7 @@ sk_sp<const GrGLInterface> GLWindowContext_mac::onInitializeContext() {
} else {
SkDebugf("MakeCurrent failed: %s\n", SDL_GetError());
}
- return sk_sp<const GrGLInterface>(GrGLCreateNativeInterface());
+ return GrGLMakeNativeInterface();
}
void GLWindowContext_mac::onDestroyContext() {