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

Unified Diff: cc/tile_manager.h

Issue 12321053: cc: Complete pending tile uploads if they are needed for tree activation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Chromified and added a test. Created 7 years, 9 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/tile_manager.h
diff --git a/cc/tile_manager.h b/cc/tile_manager.h
index 6d2c621bf7e37ad0cc84df5e28fadc7c4740b6c2..fddfd42e38300c5be399289ac1c0680c5e21e213 100644
--- a/cc/tile_manager.h
+++ b/cc/tile_manager.h
@@ -114,6 +114,7 @@ class CC_EXPORT TileManager : public WorkerPoolClient {
void ManageTiles();
void CheckForCompletedTileUploads();
void AbortPendingTileUploads();
+ void FlushPendingTileUploadIfNeeded(Tile* tile);
void DidCompleteFrame();
scoped_ptr<base::Value> BasicStateAsValue() const;

Powered by Google App Engine
This is Rietveld 408576698