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

Side by Side Diff: cc/gl_renderer_drawcache.cc

Issue 11415161: Texture Draw Calls Coalescing (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: forgot to actually add gl_renderer_drawcache.cc Created 8 years 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 // Copyright 2010 The Chromium Authors. All rights reserved.
jamesr 2012/11/29 11:17:11 2012
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #include "cc/gl_renderer_drawcache.h"
6
7 TexturedQuadDrawCache::TexturedQuadDrawCache()
8 : programID(0)
9 {
10 }
11
12 TexturedQuadDrawCache::~TexturedQuadDrawCache()
13 {
14 }
15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698