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

Unified Diff: cc/resource_provider.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: Rebased after managed_tile_state refactoring. 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
« no previous file with comments | « cc/picture_layer_impl.cc ('k') | cc/resource_provider.cc » ('j') | no next file with comments »
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 1cc4f274828513b8e695a8129118740bcfc186b6..a42d85a0cbc3c3fd5e127bb97852231371c7af6e 100644
--- a/cc/resource_provider.h
+++ b/cc/resource_provider.h
@@ -280,6 +280,7 @@ class CC_EXPORT ResourceProvider {
// Asynchronously update pixels from acquired pixel buffer.
void BeginSetPixels(ResourceId id);
+ void ForceSetPixelsToComplete(ResourceId id);
bool DidSetPixelsComplete(ResourceId id);
void AbortSetPixels(ResourceId id);
@@ -328,6 +329,7 @@ class CC_EXPORT ResourceProvider {
bool exported;
bool marked_for_deletion;
bool pending_set_pixels;
+ bool set_pixels_completion_forced;
bool allocated;
bool enable_read_lock_fences;
scoped_refptr<Fence> read_lock_fence;
« no previous file with comments | « cc/picture_layer_impl.cc ('k') | cc/resource_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698