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 5afb01ce887e67d6d68b4828ad14cfbf434deac0..edcf68ee8616332d7d0987f668ee048f66bbde9b 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" |
@@ -202,11 +201,6 @@ WebLayerTreeViewImplForTesting::CreateOutputSurface() { |
return surface.Pass(); |
} |
-scoped_ptr<cc::InputHandlerClient> |
-WebLayerTreeViewImplForTesting::CreateInputHandlerClient() { |
- return scoped_ptr<cc::InputHandlerClient>(); |
-} |
- |
void WebLayerTreeViewImplForTesting::ScheduleComposite() { |
if (client_) |
client_->ScheduleComposite(); |