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

Unified Diff: cc/scheduler.h

Issue 11879012: cc: Redraw incomplete frames when new texture uploads finish (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@decouple_draw3b
Patch Set: Created 7 years, 11 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/scheduler.h
diff --git a/cc/scheduler.h b/cc/scheduler.h
index f6d05546a11287875e2695132681f18c334e933f..7ae68865c847f53c48dc48e739dcab65288991e8 100644
--- a/cc/scheduler.h
+++ b/cc/scheduler.h
@@ -38,6 +38,7 @@ public:
virtual void scheduledActionBeginFrame() = 0;
virtual ScheduledActionDrawAndSwapResult scheduledActionDrawAndSwapIfPossible() = 0;
virtual ScheduledActionDrawAndSwapResult scheduledActionDrawAndSwapForced() = 0;
+ virtual void scheduledActionCheckForNewVisibleTextures() = 0;
virtual void scheduledActionCommit() = 0;
virtual void scheduledActionActivatePendingTreeIfNeeded() = 0;
virtual void scheduledActionBeginContextRecreation() = 0;
@@ -71,6 +72,7 @@ public:
void setNeedsForcedCommit();
void setNeedsRedraw();
+ void setNeedsRedrawOnVisibleTextureUpload();
void setMainThreadNeedsLayerTextures();
« no previous file with comments | « cc/layer_tree_host_impl.cc ('k') | cc/scheduler.cc » ('j') | cc/tile_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698