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

Unified Diff: cc/resource_provider.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 | « no previous file | cc/resource_provider.cc » ('j') | cc/resource_provider.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resource_provider.h
diff --git a/cc/resource_provider.h b/cc/resource_provider.h
index ead62a375e82b647bd79ba792e5150463bfeed3a..70d4ad1a251a6d21893dcb9425aa3c64b82efdbc 100644
--- a/cc/resource_provider.h
+++ b/cc/resource_provider.h
@@ -244,6 +244,7 @@ public:
// Asynchronously update pixels from acquired pixel buffer.
void beginSetPixels(ResourceId id);
bool didSetPixelsComplete(ResourceId id);
+ void abortSetPixels(ResourceId id);
// For tests only! This prevents detecting uninitialized reads.
// Use setPixels or lockForWrite to allocate implicitly.
« no previous file with comments | « no previous file | cc/resource_provider.cc » ('j') | cc/resource_provider.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698