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

Unified Diff: cc/layer_tree_host.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
Index: cc/layer_tree_host.h
diff --git a/cc/layer_tree_host.h b/cc/layer_tree_host.h
index 5c1ce68d759f4fb174708b7ee6792bbce1209f50..43da080da73b59aeb368e44ac362c53a4a846ef5 100644
--- a/cc/layer_tree_host.h
+++ b/cc/layer_tree_host.h
@@ -86,6 +86,7 @@ public:
void willBeginFrame() { m_client->willBeginFrame(); }
void didBeginFrame() { m_client->didBeginFrame(); }
void updateAnimations(base::TimeTicks monotonicFrameBeginTime);
+ void mainThreadHasStoppedFlinging();
void layout();
void beginCommitOnImplThread(LayerTreeHostImpl*);
void finishCommitOnImplThread(LayerTreeHostImpl*);
« no previous file with comments | « cc/input_handler.h ('k') | cc/layer_tree_host.cc » ('j') | cc/single_thread_proxy.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698