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

Unified Diff: cc/test/layer_tree_test.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: cc/test/layer_tree_test.cc
diff --git a/cc/test/layer_tree_test.cc b/cc/test/layer_tree_test.cc
index bf84d8d3b07e93b04a36722f3f107b6c3e6ac81d..7f85f58a6613c50d47733c456e191b83885f1aa7 100644
--- a/cc/test/layer_tree_test.cc
+++ b/cc/test/layer_tree_test.cc
@@ -261,10 +261,6 @@ class LayerTreeHostClientForTesting : public LayerTreeHostClient {
test_hooks_->WillRetryRecreateOutputSurface();
}
- virtual scoped_ptr<InputHandlerClient> CreateInputHandlerClient() OVERRIDE {
- return scoped_ptr<InputHandlerClient>();
- }
-
virtual void WillCommit() OVERRIDE {}
virtual void DidCommit() OVERRIDE {

Powered by Google App Engine
This is Rietveld 408576698