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

Unified Diff: webkit/renderer/compositor_bindings/web_layer_tree_view_impl_for_testing.h

Issue 13844021: Move compositor thread input handling logic into content (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 7 years, 7 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/renderer/compositor_bindings/web_layer_tree_view_impl_for_testing.h
diff --git a/webkit/renderer/compositor_bindings/web_layer_tree_view_impl_for_testing.h b/webkit/renderer/compositor_bindings/web_layer_tree_view_impl_for_testing.h
index fc83ebee0a6f7f6140ab3419db435c5c6174c1e9..ff77ffba5ebc140b3fb888e8bce06214d2c824a9 100644
--- a/webkit/renderer/compositor_bindings/web_layer_tree_view_impl_for_testing.h
+++ b/webkit/renderer/compositor_bindings/web_layer_tree_view_impl_for_testing.h
@@ -71,8 +71,6 @@ class WebLayerTreeViewImplForTesting : public WebKit::WebLayerTreeView,
OVERRIDE;
virtual scoped_ptr<cc::OutputSurface> CreateOutputSurface() OVERRIDE;
virtual void DidInitializeOutputSurface(bool success) OVERRIDE {}
- virtual scoped_ptr<cc::InputHandlerClient> CreateInputHandlerClient()
- OVERRIDE;
virtual void WillCommit() OVERRIDE {}
virtual void DidCommit() OVERRIDE {}
virtual void DidCommitAndDrawFrame() OVERRIDE {}

Powered by Google App Engine
This is Rietveld 408576698