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

Unified Diff: cc/test/fake_layer_tree_host_client.h

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/fake_layer_tree_host_client.h
diff --git a/cc/test/fake_layer_tree_host_client.h b/cc/test/fake_layer_tree_host_client.h
index a25063a379c9a18e53299302f3a0313aae4c6aca..22a36482cb8d9bd179aeedda1bcfbacfaa7e78d8 100644
--- a/cc/test/fake_layer_tree_host_client.h
+++ b/cc/test/fake_layer_tree_host_client.h
@@ -33,7 +33,6 @@ class FakeLayerTreeHostClient : public LayerTreeHostClient {
virtual scoped_ptr<OutputSurface> CreateOutputSurface() OVERRIDE;
virtual void DidRecreateOutputSurface(bool success) OVERRIDE {}
- virtual scoped_ptr<InputHandlerClient> CreateInputHandlerClient() OVERRIDE;
virtual void WillCommit() OVERRIDE {}
virtual void DidCommit() OVERRIDE {}
virtual void DidCommitAndDrawFrame() OVERRIDE {}

Powered by Google App Engine
This is Rietveld 408576698