Index: cc/test/fake_layer_tree_host_client.h |
diff --git a/cc/test/fake_layer_tree_host_client.h b/cc/test/fake_layer_tree_host_client.h |
index a25063a379c9a18e53299302f3a0313aae4c6aca..22a36482cb8d9bd179aeedda1bcfbacfaa7e78d8 100644 |
--- a/cc/test/fake_layer_tree_host_client.h |
+++ b/cc/test/fake_layer_tree_host_client.h |
@@ -33,7 +33,6 @@ class FakeLayerTreeHostClient : public LayerTreeHostClient { |
virtual scoped_ptr<OutputSurface> CreateOutputSurface() OVERRIDE; |
virtual void DidRecreateOutputSurface(bool success) OVERRIDE {} |
- virtual scoped_ptr<InputHandlerClient> CreateInputHandlerClient() OVERRIDE; |
virtual void WillCommit() OVERRIDE {} |
virtual void DidCommit() OVERRIDE {} |
virtual void DidCommitAndDrawFrame() OVERRIDE {} |