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

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: 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..b22e2ff7eecb137302ee21d80d4e56f78c5f7b1a 100644
--- a/cc/test/fake_layer_tree_host_impl_client.h
+++ b/cc/test/fake_layer_tree_host_impl_client.h
@@ -23,6 +23,7 @@ class FakeLayerTreeHostImplClient : public LayerTreeHostImplClient {
virtual void didUploadVisibleHighResolutionTileOnImplThread() OVERRIDE { }
virtual void setNeedsCommitOnImplThread() OVERRIDE { }
virtual void setNeedsManageTilesOnImplThread() OVERRIDE { }
+ virtual void setNeedsCheckForCompletedRasterTasksOnImplThread() OVERRIDE { }
virtual void postAnimationEventsToMainThreadOnImplThread(
scoped_ptr<AnimationEventsVector>,
base::Time) OVERRIDE { }

Powered by Google App Engine
This is Rietveld 408576698