aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpu/GrGLDefaultInterface_none.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/GrGLDefaultInterface_none.cpp')
-rw-r--r--src/gpu/GrGLDefaultInterface_none.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/gpu/GrGLDefaultInterface_none.cpp b/src/gpu/GrGLDefaultInterface_none.cpp
new file mode 100644
index 0000000..2cca135
--- /dev/null
+++ b/src/gpu/GrGLDefaultInterface_none.cpp
@@ -0,0 +1,13 @@
+
+/*
+ * 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 "GrGLInterface.h"
+
+const GrGLInterface* GrGLDefaultInterface() {
+ return NULL;
+}