| Index: cc/test/layer_tree_test.cc
|
| diff --git a/cc/test/layer_tree_test.cc b/cc/test/layer_tree_test.cc
|
| index 43ae511ab83549f0885e7a498a89919ac0ba4c54..737405756e635d716d22027840bf5b971b4b2bc9 100644
|
| --- a/cc/test/layer_tree_test.cc
|
| +++ b/cc/test/layer_tree_test.cc
|
| @@ -266,10 +266,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 {
|
|
|