Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(590)

Unified Diff: webkit/compositor_bindings/web_layer_tree_view_impl_for_testing.cc

Issue 13844021: Move compositor thread input handling logic into content (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win component build Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698