summaryrefslogtreecommitdiffstats
path: root/gfx/skia/skia/include/gpu/gl/glx/GrGLMakeGLXInterface.h
blob: b49cde4589aead1a4734dabb3961b2a2a8a4c5ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Copyright 2021 Google LLC
 *
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

#include "include/gpu/GrTypes.h"

#include "include/core/SkRefCnt.h"

struct GrGLInterface;

sk_sp<const GrGLInterface> GrGLMakeGLXInterface();