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

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: moved { to line above 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
« no previous file with comments | « cc/gl_renderer_draw_cache.h ('k') | cc/gl_renderer_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..6c4c10b1fef84257cfd97cc295187a62c1bfaf3a 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()
+ : program_id(0)
+{
+}
+
+TexturedQuadDrawCache::~TexturedQuadDrawCache()
+{
+}
+
« no previous file with comments | « 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