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

Unified Diff: cc/trees/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: 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: cc/trees/layer_tree_host_client.h
diff --git a/cc/trees/layer_tree_host_client.h b/cc/trees/layer_tree_host_client.h
index 324b93f18cacccac21146fa232d01e79f61fd39c..5defc6435fad22ba7e3e7cebf2ab2a878c6f3183 100644
--- a/cc/trees/layer_tree_host_client.h
+++ b/cc/trees/layer_tree_host_client.h
@@ -30,7 +30,6 @@ class LayerTreeHostClient {
virtual scoped_ptr<OutputSurface> CreateOutputSurface() = 0;
// TODO(boliu): Rename to DidInitializeOutputSurface.
virtual void DidRecreateOutputSurface(bool success) = 0;
- virtual scoped_ptr<InputHandlerClient> CreateInputHandlerClient() = 0;
virtual void WillCommit() = 0;
virtual void DidCommit() = 0;
virtual void DidCommitAndDrawFrame() = 0;

Powered by Google App Engine
This is Rietveld 408576698