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 { } |