summaryrefslogtreecommitdiffstats
path: root/gfx/skia/skia/include/gpu/gl/GrGLAssembleHelpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/skia/skia/include/gpu/gl/GrGLAssembleHelpers.h')
-rw-r--r--gfx/skia/skia/include/gpu/gl/GrGLAssembleHelpers.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/gfx/skia/skia/include/gpu/gl/GrGLAssembleHelpers.h b/gfx/skia/skia/include/gpu/gl/GrGLAssembleHelpers.h
new file mode 100644
index 0000000000..bfa2aea376
--- /dev/null
+++ b/gfx/skia/skia/include/gpu/gl/GrGLAssembleHelpers.h
@@ -0,0 +1,11 @@
+/*
+ * Copyright 2019 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/gl/GrGLAssembleInterface.h"
+
+void GrGetEGLQueryAndDisplay(GrEGLQueryStringFn** queryString, GrEGLDisplay* display,
+ void* ctx, GrGLGetProc get);