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

Unified Diff: cc/tile_manager.h

Issue 12223050: cc: Fix tile manager shutdown by aborting all pending uploads. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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 005c42f79a2d6530da91fb8f70a3cd3d4c724358..6510e426f931cd6417e780a9eba986a229e261be 100644
--- a/cc/tile_manager.h
+++ b/cc/tile_manager.h
@@ -106,6 +106,7 @@ class CC_EXPORT TileManager {
void ManageTiles();
void CheckForCompletedTileUploads();
+ void AbortPendingTileUploads();
scoped_ptr<base::Value> AsValue() const;
void GetMemoryStats(size_t* memoryRequiredBytes,
« cc/resource_provider.cc ('K') | « cc/resource_provider.cc ('k') | cc/tile_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698