aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/gpu/gl/none
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gpu/gl/none')
-rw-r--r--tools/gpu/gl/none/CreatePlatformGLTestContext_none.cpp17
1 files changed, 17 insertions, 0 deletions
diff --git a/tools/gpu/gl/none/CreatePlatformGLTestContext_none.cpp b/tools/gpu/gl/none/CreatePlatformGLTestContext_none.cpp
new file mode 100644
index 0000000000..25343b0c60
--- /dev/null
+++ b/tools/gpu/gl/none/CreatePlatformGLTestContext_none.cpp
@@ -0,0 +1,17 @@
+
+/*
+ * Copyright 2016 Google Inc.
+ *
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+#include "gl/GLTestContext.h"
+
+namespace sk_gpu_test {
+GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI,
+ GLTestContext *shareContext) {
+ return nullptr;
+}
+} // namespace sk_gpu_test
+