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 1783f8316097ee2ec30cc7f9f69a918a1f9c31b5..b0e3a1580715843610b7a511fa7f7c77505e3b9d 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 SetNeedsRedrawRectOnImplThread(gfx::Rect damage_rect) OVERRIDE {} |
virtual void DidInitializeVisibleTileOnImplThread() OVERRIDE {} |
virtual void SetNeedsCommitOnImplThread() OVERRIDE {} |
+ virtual void SetNeedsManageTilesOnImplThread() OVERRIDE {} |
virtual void PostAnimationEventsToMainThreadOnImplThread( |
scoped_ptr<AnimationEventsVector> events, |
base::Time wall_clock_time) OVERRIDE {} |