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

Unified Diff: cc/tiles/tile_manager.h

Issue 2869513002: cc: Clear checker-image tracking on navigation and visibility changes. (Closed)
Patch Set: missed pending invalidations 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.h
diff --git a/cc/tiles/tile_manager.h b/cc/tiles/tile_manager.h
index cfff719c320c0cf681315b178277bfd63636844e..efadfc56d543b65d25667615e14a0919056609f2 100644
--- a/cc/tiles/tile_manager.h
+++ b/cc/tiles/tile_manager.h
@@ -152,6 +152,7 @@ class CC_EXPORT TileManager : CheckerImageTrackerClient {
const ImageIdFlatSet& TakeImagesToInvalidateOnSyncTree();
void DidActivateSyncTree();
+ void ClearCheckerImageTracking(bool can_clear_decode_policy_tracking);
std::unique_ptr<base::trace_event::ConvertableToTraceFormat>
BasicStateAsValue() const;

Powered by Google App Engine
This is Rietveld 408576698