aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/debug/GrBufferObj.cpp
diff options
context:
space:
mode:
authorGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-04-05 14:40:53 +0000
committerGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-04-05 14:40:53 +0000
commitdd743fefad9764ad86d7f69deec32e9a3b5de47f (patch)
treecb07a5476a353d836510893cc146bc1ce38ae9df /src/gpu/gl/debug/GrBufferObj.cpp
parentded33215f6c193ba126dadcec5583f18a756e399 (diff)
Initial split up of Debug Interface into separate files
Diffstat (limited to 'src/gpu/gl/debug/GrBufferObj.cpp')
-rw-r--r--src/gpu/gl/debug/GrBufferObj.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/gpu/gl/debug/GrBufferObj.cpp b/src/gpu/gl/debug/GrBufferObj.cpp
new file mode 100644
index 0000000000..0cd4fc8068
--- /dev/null
+++ b/src/gpu/gl/debug/GrBufferObj.cpp
@@ -0,0 +1,9 @@
+
+/*
+ * 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 "GrBufferObj.h"