aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2016-04-01 04:50:45 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-04-01 04:50:45 -0700
commite5adad41415e4af7cb97ac6246457aff42820de6 (patch)
tree51a055c4345e698e47177126b5ba4049cbdcbd31 /tools
parent49c4c22b3744d18e1cb38ecabcb8839d2e26afe0 (diff)
Add CreatePlatformGLTestContext_none.cpp for Google3 build
Diffstat (limited to 'tools')
-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
+