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

Unified Diff: cc/draw_quad.h

Issue 12642010: Implement on demand quad rasterization for PicturePiles. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 months 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/debug_colors.cc ('k') | cc/draw_quad.cc » ('j') | cc/gl_renderer.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/draw_quad.h
diff --git a/cc/draw_quad.h b/cc/draw_quad.h
index d6b9b40df150fba060627bf63622e89ef9b221ee..f74bfa122021d4be7e1a67fa57f31afb53c8b234 100644
--- a/cc/draw_quad.h
+++ b/cc/draw_quad.h
@@ -29,6 +29,7 @@ class CC_EXPORT DrawQuad {
TILED_CONTENT,
YUV_VIDEO_CONTENT,
STREAM_VIDEO_CONTENT,
+ PICTURE_CONTENT,
danakj 2013/03/14 18:00:56 alphabetical please
Leandro GraciĆ” Gil 2013/03/19 17:30:07 Done.
};
virtual ~DrawQuad();
« no previous file with comments | « cc/debug_colors.cc ('k') | cc/draw_quad.cc » ('j') | cc/gl_renderer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698