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

Unified Diff: cc/input_handler.h

Issue 11565022: Add API to route end of fling messages from WebLayerTreeView to InputHandler (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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
« no previous file with comments | « no previous file | cc/layer_tree_host.h » ('j') | cc/single_thread_proxy.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/input_handler.h
diff --git a/cc/input_handler.h b/cc/input_handler.h
index 78e6213731a8782e37a352570bfc5a04996a0d04..2016f282c75c887f9e49bc68cc50fc7358e5ceab 100644
--- a/cc/input_handler.h
+++ b/cc/input_handler.h
@@ -81,6 +81,7 @@ public:
virtual void bindToClient(InputHandlerClient*) = 0;
virtual void animate(base::TimeTicks time) = 0;
+ virtual void mainThreadHasStoppedFlinging() = 0;
protected:
InputHandler() { }
« no previous file with comments | « no previous file | cc/layer_tree_host.h » ('j') | cc/single_thread_proxy.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698