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

Unified Diff: cc/resources/tile_manager.cc

Issue 219963005: cc: Add support for partial swaps when using impl-side painting. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: WIP - avoid std::map in TileManager + comments Created 6 years, 8 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/resources/tile_manager.cc
diff --git a/cc/resources/tile_manager.cc b/cc/resources/tile_manager.cc
index 809301fc5fcd92a056cc92cc82534caf1c71084b..ab67611dbabb220327fa128d1f308fabfac33dee 100644
--- a/cc/resources/tile_manager.cc
+++ b/cc/resources/tile_manager.cc
@@ -1232,6 +1232,8 @@ void TileManager::OnRasterTaskCompleted(
return;
}
+ client_->NotifyInitializedTiles(tile);
reveman 2014/04/14 20:03:07 I think it makes more sense to call this below whe
sohanjg 2014/04/15 10:03:48 Done.
+
++update_visible_tiles_stats_.completed_count;
tile_version.set_has_text(analysis.has_text);

Powered by Google App Engine
This is Rietveld 408576698