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

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: fixed unittest 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
Index: cc/tile.cc
diff --git a/cc/tile.cc b/cc/tile.cc
index 1f750cbde7fb9fad9b9145fc1560c8320a887825..e4e021d0b2ae1753bebe1db31fb83a8a2c2c7f3e 100644
--- a/cc/tile.cc
+++ b/cc/tile.cc
@@ -23,7 +23,10 @@ Tile::Tile(TileManager* tile_manager,
format_(format),
content_rect_(content_rect),
opaque_rect_(opaque_rect),
- contents_scale_(contents_scale) {
+ contents_scale_(contents_scale),
+ is_solid_color_(false),
+ is_transparent_(false),
+ is_cheap_(false) {
tile_manager_->RegisterTile(this);
}

Powered by Google App Engine
This is Rietveld 408576698