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

Unified Diff: cc/tiles/tile.cc

Issue 2334003007: cc: Mark tiles as processed for solid color analysis. (Closed)
Patch Set: update Created 4 years, 3 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/tiles/tile.h ('k') | cc/tiles/tile_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/tiles/tile.cc
diff --git a/cc/tiles/tile.cc b/cc/tiles/tile.cc
index 81dce76513fe2fb0f947448355385662cc86c323..de4533c9c2055b39bf8ae7cf034e981612c80020 100644
--- a/cc/tiles/tile.cc
+++ b/cc/tiles/tile.cc
@@ -32,6 +32,7 @@ Tile::Tile(TileManager* tile_manager,
tiling_j_index_(info.tiling_j_index),
required_for_activation_(false),
required_for_draw_(false),
+ is_solid_color_analysis_performed_(false),
id_(tile_manager->GetUniqueTileId()),
invalidated_id_(0),
scheduled_priority_(0) {}
« no previous file with comments | « cc/tiles/tile.h ('k') | cc/tiles/tile_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698