summaryrefslogtreecommitdiff
path: root/gpu/gl/debug/SkDebugGLContext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gpu/gl/debug/SkDebugGLContext.cpp')
-rw-r--r--gpu/gl/debug/SkDebugGLContext.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/gpu/gl/debug/SkDebugGLContext.cpp b/gpu/gl/debug/SkDebugGLContext.cpp
new file mode 100644
index 00000000..ae422272
--- /dev/null
+++ b/gpu/gl/debug/SkDebugGLContext.cpp
@@ -0,0 +1,13 @@
+
+/*
+ * Copyright 2012 Google Inc.
+ *
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+#include "gl/SkDebugGLContext.h"
+
+const GrGLInterface* SkDebugGLContext::createGLContext() {
+ return GrGLCreateDebugInterface();
+};