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

Unified Diff: cc/tiles/tile_manager.cc

Issue 2869513002: cc: Clear checker-image tracking on navigation and visibility changes. (Closed)
Patch Set: comment Created 3 years, 7 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/tiles/tile_manager.cc
diff --git a/cc/tiles/tile_manager.cc b/cc/tiles/tile_manager.cc
index 1c78b5353496048ab7f3c8f64d671522631592e8..5e75985ec7004dfe8b234568f4f7bc2805b95629 100644
--- a/cc/tiles/tile_manager.cc
+++ b/cc/tiles/tile_manager.cc
@@ -1395,6 +1395,10 @@ void TileManager::DidActivateSyncTree() {
checker_image_tracker_.DidActivateSyncTree();
}
+void TileManager::ClearCheckerImageTracking() {
+ checker_image_tracker_.ClearTracker();
+}
+
void TileManager::NeedsInvalidationForCheckerImagedTiles() {
client_->RequestImplSideInvalidation();
}

Powered by Google App Engine
This is Rietveld 408576698