diff options
Diffstat (limited to 'src/deps/skia/include/gpu/gl/egl/GrGLMakeEGLInterface.h')
-rw-r--r-- | src/deps/skia/include/gpu/gl/egl/GrGLMakeEGLInterface.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/deps/skia/include/gpu/gl/egl/GrGLMakeEGLInterface.h b/src/deps/skia/include/gpu/gl/egl/GrGLMakeEGLInterface.h new file mode 100644 index 000000000..a3eb420b0 --- /dev/null +++ b/src/deps/skia/include/gpu/gl/egl/GrGLMakeEGLInterface.h @@ -0,0 +1,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> GrGLMakeEGLInterface(); |