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

Unified Diff: cc/trees/layer_tree_host_impl.cc

Issue 814083004: Notify main-thread of top controls state changes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Pass TopControlsState to webwidget Created 5 years, 10 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
« no previous file with comments | « no previous file | content/renderer/render_view_impl.h » ('j') | content/renderer/render_view_impl_android.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/layer_tree_host_impl.cc
diff --git a/cc/trees/layer_tree_host_impl.cc b/cc/trees/layer_tree_host_impl.cc
index f51c61ac2fd55faa576b0ea64255d26d90705fd5..9f7865e2da50920788c0594716ba0fbf5a1bb8cd 100644
--- a/cc/trees/layer_tree_host_impl.cc
+++ b/cc/trees/layer_tree_host_impl.cc
@@ -935,6 +935,7 @@ DrawResult LayerTreeHostImpl::CalculateRenderPasses(
}
void LayerTreeHostImpl::MainThreadHasStoppedFlinging() {
+ ScrollEnd();
aelias_OOO_until_Jul13 2015/02/12 00:45:29 Not sure we want the "ClearCurrentlyScrollingLayer
majidvp 2015/02/12 13:51:48 Acknowledged.
if (input_handler_client_)
input_handler_client_->MainThreadHasStoppedFlinging();
}
« no previous file with comments | « no previous file | content/renderer/render_view_impl.h » ('j') | content/renderer/render_view_impl_android.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698