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

Unified Diff: cc/tile.cc

Issue 12316084: cc: Consolidate the analysis_canvas operations (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tomhudson's review Created 7 years, 10 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
« cc/tile.h ('K') | « cc/tile.h ('k') | cc/tile_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/tile.cc
diff --git a/cc/tile.cc b/cc/tile.cc
index 818579128945893be96a5944179d164f808f8bea..23a881f475c2911aaa0fb66892b4ae62b1adae78 100644
--- a/cc/tile.cc
+++ b/cc/tile.cc
@@ -24,7 +24,10 @@ Tile::Tile(TileManager* tile_manager,
content_rect_(content_rect),
opaque_rect_(opaque_rect),
contents_scale_(contents_scale),
- layer_id_(layer_id) {
+ layer_id_(layer_id),
+ is_solid_color_(false),
+ is_transparent_(false),
+ is_cheap_(false) {
set_picture_pile(picture_pile);
tile_manager_->RegisterTile(this);
}
« cc/tile.h ('K') | « cc/tile.h ('k') | cc/tile_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698