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

Unified Diff: cc/layer_tree_host.cc

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 | « cc/layer_tree_host.h ('k') | cc/proxy.h » ('j') | cc/single_thread_proxy.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layer_tree_host.cc
diff --git a/cc/layer_tree_host.cc b/cc/layer_tree_host.cc
index ca5e7f103a22995846957e5af088fb1f9e84836b..a8a06619347b3e1e3e83f4e93355c8d581e7f406 100644
--- a/cc/layer_tree_host.cc
+++ b/cc/layer_tree_host.cc
@@ -222,6 +222,11 @@ void LayerTreeHost::updateAnimations(base::TimeTicks frameBeginTime)
m_renderingStats.numAnimationFrames++;
}
+void LayerTreeHost::mainThreadHasStoppedFlinging()
+{
+ m_proxy->mainThreadHasStoppedFlinging();
+}
+
void LayerTreeHost::layout()
{
m_client->layout();
« no previous file with comments | « cc/layer_tree_host.h ('k') | cc/proxy.h » ('j') | cc/single_thread_proxy.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698