aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGLDefaultInterface_native.cpp
diff options
context:
space:
mode:
authorGravatar tomhudson@google.com <tomhudson@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-02-10 21:01:00 +0000
committerGravatar tomhudson@google.com <tomhudson@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-02-10 21:01:00 +0000
commitdd182cbca60a7f0003330c01dfc64f69f56aea90 (patch)
tree19e01a17322afef55c47163c963e32a3678ca385 /src/gpu/gl/GrGLDefaultInterface_native.cpp
parent5eb7b8cf34a554a793f5e8122236a957cfb1b85f (diff)
Move GL-specific source code to make room for D3D back end.
git-svn-id: http://skia.googlecode.com/svn/trunk@3165 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/gpu/gl/GrGLDefaultInterface_native.cpp')
-rw-r--r--src/gpu/gl/GrGLDefaultInterface_native.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/gpu/gl/GrGLDefaultInterface_native.cpp b/src/gpu/gl/GrGLDefaultInterface_native.cpp
new file mode 100644
index 0000000000..7b8b84a9a8
--- /dev/null
+++ b/src/gpu/gl/GrGLDefaultInterface_native.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 GrGLCreateNativeInterface();
+}