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