| Index: webkit/compositor_bindings/web_layer_tree_view_impl_for_testing.cc
|
| diff --git a/webkit/compositor_bindings/web_layer_tree_view_impl_for_testing.cc b/webkit/compositor_bindings/web_layer_tree_view_impl_for_testing.cc
|
| index a18cc913f217bb04ea49610864723ca164047fd9..4ea17b908cd7d41aeb81d08f697b358e6a855a7a 100644
|
| --- a/webkit/compositor_bindings/web_layer_tree_view_impl_for_testing.cc
|
| +++ b/webkit/compositor_bindings/web_layer_tree_view_impl_for_testing.cc
|
| @@ -27,7 +27,6 @@
|
| #include "webkit/compositor_bindings/web_compositor_support_impl.h"
|
| #include "webkit/compositor_bindings/web_layer_impl.h"
|
| #include "webkit/compositor_bindings/web_rendering_stats_impl.h"
|
| -#include "webkit/compositor_bindings/web_to_ccinput_handler_adapter.h"
|
| #include "webkit/gpu/test_context_provider_factory.h"
|
| #include "webkit/support/test_webkit_platform_support.h"
|
|
|
| @@ -200,11 +199,6 @@ WebLayerTreeViewImplForTesting::CreateOutputSurface() {
|
| return surface.Pass();
|
| }
|
|
|
| -scoped_ptr<cc::InputHandlerClient>
|
| -WebLayerTreeViewImplForTesting::CreateInputHandlerClient() {
|
| - return scoped_ptr<cc::InputHandlerClient>();
|
| -}
|
| -
|
| void WebLayerTreeViewImplForTesting::ScheduleComposite() {
|
| if (client_)
|
| client_->ScheduleComposite();
|
|
|