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

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
« no previous file with comments | « cc/resource_provider.cc ('k') | cc/tile_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/tile_manager.h
diff --git a/cc/tile_manager.h b/cc/tile_manager.h
index 631469d5c6d9a4e1b4305a03f052a3961c4005f9..833426698b01fb07516cb6aaf66029c75f48bf27 100644
--- a/cc/tile_manager.h
+++ b/cc/tile_manager.h
@@ -105,6 +105,7 @@ class CC_EXPORT TileManager {
void ManageTiles();
void CheckForCompletedTileUploads();
+ void AbortPendingTileUploads();
scoped_ptr<base::Value> AsValue() const;
void GetMemoryStats(size_t* memoryRequiredBytes,
« no previous file with comments | « cc/resource_provider.cc ('k') | cc/tile_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698