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

Unified Diff: cc/test/fake_layer_tree_host_impl_client.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/test/fake_layer_tree_host_impl_client.h
diff --git a/cc/test/fake_layer_tree_host_impl_client.h b/cc/test/fake_layer_tree_host_impl_client.h
index e50ca5704f4ffe9483062b6e3e80b8a0dc67b732..a4348c5c9195920fe42ad2b71d8608f0f82049da 100644
--- a/cc/test/fake_layer_tree_host_impl_client.h
+++ b/cc/test/fake_layer_tree_host_impl_client.h
@@ -21,8 +21,10 @@ class FakeLayerTreeHostImplClient : public LayerTreeHostImplClient {
virtual void onHasPendingTreeStateChanged(bool) 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) OVERRIDE { }
« no previous file with comments | « cc/single_thread_proxy.cc ('k') | cc/test/fake_tile_manager_client.h » ('j') | cc/worker_pool.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698