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

Unified Diff: cc/trees/thread_proxy.cc

Issue 16925007: Fix scrollbar fade animation scheduling. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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/thread_proxy.cc
diff --git a/cc/trees/thread_proxy.cc b/cc/trees/thread_proxy.cc
index 98512468c3235cfd7ba57fd6fab45e44aebdeb14..cd89d38b8a00db9d4ca3e2d697740794ef5a13a2 100644
--- a/cc/trees/thread_proxy.cc
+++ b/cc/trees/thread_proxy.cc
@@ -1364,8 +1364,7 @@ void ThreadProxy::RequestScrollbarAnimationOnImplThread(base::TimeDelta delay) {
}
void ThreadProxy::StartScrollbarAnimationOnImplThread() {
- layer_tree_host_impl_->StartScrollbarAnimation(
- layer_tree_host_impl_->CurrentFrameTimeTicks());
+ layer_tree_host_impl_->StartScrollbarAnimation();
}
void ThreadProxy::DidActivatePendingTree() {
« cc/trees/layer_tree_host_impl_unittest.cc ('K') | « cc/trees/layer_tree_settings.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698