summaryrefslogtreecommitdiff
path: root/gpu/gl/debug/GrShaderObj.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gpu/gl/debug/GrShaderObj.cpp')
-rw-r--r--gpu/gl/debug/GrShaderObj.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/gpu/gl/debug/GrShaderObj.cpp b/gpu/gl/debug/GrShaderObj.cpp
new file mode 100644
index 00000000..8d3caa1e
--- /dev/null
+++ b/gpu/gl/debug/GrShaderObj.cpp
@@ -0,0 +1,14 @@
+
+/*
+ * 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 "GrShaderObj.h"
+
+void GrShaderObj::deleteAction() {
+
+ this->INHERITED::deleteAction();
+}