diff --git a/shell/gpu/gpu_surface_gl_delegate.cc b/shell/gpu/gpu_surface_gl_delegate.cc index f60a8770b39..1447a3de72a 100644 --- a/shell/gpu/gpu_surface_gl_delegate.cc +++ b/shell/gpu/gpu_surface_gl_delegate.cc @@ -67,7 +67,7 @@ static sk_sp CreateGLInterface( }; ProcResolverContext context = { - .resolver = proc_resolver, + proc_resolver }; GrGLGetProc gl_get_proc = [](void* context,