Index: cc/test/layer_tree_test.cc |
diff --git a/cc/test/layer_tree_test.cc b/cc/test/layer_tree_test.cc |
index 8a2c36470637259d0511ee58494440394fe02bf7..236c1e7bed6184bd23a5d103bb58e961de469f33 100644 |
--- a/cc/test/layer_tree_test.cc |
+++ b/cc/test/layer_tree_test.cc |
@@ -261,10 +261,6 @@ class LayerTreeHostClientForTesting : public LayerTreeHostClient { |
test_hooks_->DidFailToInitializeOutputSurface(); |
} |
- virtual scoped_ptr<InputHandlerClient> CreateInputHandlerClient() OVERRIDE { |
- return scoped_ptr<InputHandlerClient>(); |
- } |
- |
virtual void WillCommit() OVERRIDE {} |
virtual void DidCommit() OVERRIDE { |