aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/fiddle/egl_context.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/fiddle/egl_context.cpp')
-rw-r--r--tools/fiddle/egl_context.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/fiddle/egl_context.cpp b/tools/fiddle/egl_context.cpp
index 696a86f06b..c82382b22f 100644
--- a/tools/fiddle/egl_context.cpp
+++ b/tools/fiddle/egl_context.cpp
@@ -71,7 +71,7 @@ sk_sp<GrContext> create_grcontext(std::ostringstream &driverinfo) {
driverinfo << "GL Renderer: " << getString(GL_RENDERER) << "\n";
driverinfo << "GL Extensions: " << getString(GL_EXTENSIONS) << "\n";
- auto interface = GrGLCreateNativeInterface();
+ auto interface = GrGLMakeNativeInterface();
if (!interface) {
return nullptr;
}