| Index: cc/test/layer_tree_test.cc
|
| diff --git a/cc/test/layer_tree_test.cc b/cc/test/layer_tree_test.cc
|
| index 95ee7b2e06ed0de6a0bb6940ba8131c7b153f658..35e46532f18ebd163bd96eb34e8ffa0f67da394f 100644
|
| --- a/cc/test/layer_tree_test.cc
|
| +++ b/cc/test/layer_tree_test.cc
|
| @@ -251,10 +251,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 {
|
|
|