Index: cc/gl_renderer_drawcache.cc |
diff --git a/cc/gl_renderer_drawcache.cc b/cc/gl_renderer_drawcache.cc |
new file mode 100644 |
index 0000000000000000000000000000000000000000..dbf1667a449abb429ce105b65dab0d81a5169b57 |
--- /dev/null |
+++ b/cc/gl_renderer_drawcache.cc |
@@ -0,0 +1,15 @@ |
+// Copyright 2010 The Chromium Authors. All rights reserved. |
jamesr
2012/11/29 11:17:11
2012
|
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+#include "cc/gl_renderer_drawcache.h" |
+ |
+TexturedQuadDrawCache::TexturedQuadDrawCache() |
+ : programID(0) |
+{ |
+} |
+ |
+TexturedQuadDrawCache::~TexturedQuadDrawCache() |
+{ |
+} |
+ |