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