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

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: 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..c3571e1800ef228763e78472862d3267c2855256 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
@@ -202,11 +202,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