aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGLMakeNativeInterface_none.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/gl/GrGLMakeNativeInterface_none.cpp')
-rw-r--r--src/gpu/gl/GrGLMakeNativeInterface_none.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/gpu/gl/GrGLMakeNativeInterface_none.cpp b/src/gpu/gl/GrGLMakeNativeInterface_none.cpp
new file mode 100644
index 0000000000..6d460c5efe
--- /dev/null
+++ b/src/gpu/gl/GrGLMakeNativeInterface_none.cpp
@@ -0,0 +1,12 @@
+/*
+ * Copyright 2011 Google Inc.
+ *
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+#include "gl/GrGLInterface.h"
+
+sk_sp<const GrGLInterface> GrGLMakeNativeInterface() { return nullptr; }
+
+const GrGLInterface* GrGLCreateNativeInterface() { return nullptr; }