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

Unified Diff: cc/tiles/tile_manager.h

Issue 2537683002: cc: Add image decode queue functionality to image manager. (Closed)
Patch Set: image-queue: update Created 4 years 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 1136708ebde1b4d5a1cfc7c145d4669391db74c0..03cbf5874e0ca9c6d5a37e6cb1edc3bb0b77ca6c 100644
--- a/cc/tiles/tile_manager.h
+++ b/cc/tiles/tile_manager.h
@@ -210,6 +210,8 @@ class CC_EXPORT TileManager {
Resource* resource,
bool was_canceled);
+ void NotifyFrameFinished();
+
protected:
void FreeResourcesForReleasedTiles();
void CleanUpReleasedTiles();

Powered by Google App Engine
This is Rietveld 408576698