Index: src/gpu/gl/debug/GrTextureObj.cpp |
diff --git a/src/gpu/gl/debug/GrTextureObj.cpp b/src/gpu/gl/debug/GrTextureObj.cpp |
new file mode 100644 |
index 0000000000000000000000000000000000000000..62cb399245a839c93e546d1eeafc8622c4fc0cff |
--- /dev/null |
+++ b/src/gpu/gl/debug/GrTextureObj.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 "GrTextureObj.h" |
+ |
+void GrTextureObj::deleteAction() { |
+ |
+ this->INHERITED::deleteAction(); |
+} |