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

Unified Diff: cc/single_thread_proxy.h

Issue 12217105: cc: Check for completed raster tasks at interval. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Post task to impl thread when worker pool becomes idle. 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/single_thread_proxy.h
diff --git a/cc/single_thread_proxy.h b/cc/single_thread_proxy.h
index a49950167c12e845805eec47a6bb15f655c0b27e..d50ef177f4d3e5c09e7981a5bd010546eb62f4de 100644
--- a/cc/single_thread_proxy.h
+++ b/cc/single_thread_proxy.h
@@ -56,8 +56,10 @@ public:
virtual void onHasPendingTreeStateChanged(bool havePendingTree) OVERRIDE;
virtual void setNeedsRedrawOnImplThread() OVERRIDE;
virtual void didUploadVisibleHighResolutionTileOnImplThread() OVERRIDE;
+ virtual void didDetectIdleRasterOnImplThread() OVERRIDE;
virtual void setNeedsCommitOnImplThread() OVERRIDE;
virtual void setNeedsManageTilesOnImplThread() OVERRIDE;
+ virtual void setNeedsCheckForCompletedRasterTasksOnImplThread() OVERRIDE;
virtual void postAnimationEventsToMainThreadOnImplThread(scoped_ptr<AnimationEventsVector>, base::Time wallClockTime) OVERRIDE;
virtual bool reduceContentsTextureMemoryOnImplThread(size_t limitBytes, int priorityCutoff) OVERRIDE;
virtual void reduceWastedContentsTextureMemoryOnImplThread() OVERRIDE;
« no previous file with comments | « cc/raster_worker_pool.cc ('k') | cc/single_thread_proxy.cc » ('j') | cc/worker_pool.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698