Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1390)

Unified Diff: cc/gl_renderer_draw_cache.cc

Issue 11415161: Texture Draw Calls Coalescing (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressing James' style comments and changing a file name Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: cc/gl_renderer_draw_cache.cc
diff --git a/chrome/test/data/extensions/platform_apps/minimal_id/test.js b/cc/gl_renderer_draw_cache.cc
similarity index 50%
copy from chrome/test/data/extensions/platform_apps/minimal_id/test.js
copy to cc/gl_renderer_draw_cache.cc
index 5436724b395b2b741cce125c542f3eae81dfa4a5..765e0cc86cd15c1aade901db4aa9cbdd0f1b2f29 100644
--- a/chrome/test/data/extensions/platform_apps/minimal_id/test.js
+++ b/cc/gl_renderer_draw_cache.cc
@@ -2,6 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-chrome.app.runtime.onLaunched.addListener(function() {
- chrome.app.window.create('main.html', {id: 'minimal_id'});
-});
+#include "cc/gl_renderer_draw_cache.h"
+
+
+TexturedQuadDrawCache::TexturedQuadDrawCache()
+ : programID(0)
+{
+}
+
+TexturedQuadDrawCache::~TexturedQuadDrawCache()
+{
+}
+
« cc/gl_renderer.cc ('K') | « cc/gl_renderer_draw_cache.h ('k') | cc/gl_renderer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698