From a87508008dfa1604baf2d4e39bf44704c00f261c Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Sun, 3 Apr 2022 16:34:10 -0700 Subject: skia WIP --- src/deps/skia/include/gpu/gl/egl/GrGLMakeEGLInterface.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/deps/skia/include/gpu/gl/egl/GrGLMakeEGLInterface.h (limited to 'src/deps/skia/include/gpu/gl/egl/GrGLMakeEGLInterface.h') 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 GrGLMakeEGLInterface(); -- cgit v1.2.3