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

Unified Diff: cc/animation/scrollbar_animation_controller.h

Issue 608223002: [Android]Increase Scrollbar fade delay on Resize. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | cc/animation/scrollbar_animation_controller.cc » ('j') | cc/layers/layer_impl.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/animation/scrollbar_animation_controller.h
diff --git a/cc/animation/scrollbar_animation_controller.h b/cc/animation/scrollbar_animation_controller.h
index ad7f631bb9ef12877b5a7945672c1a1c44a4fcba..99a636da8b7695cf323edec6cd35b9a9014b2236 100644
--- a/cc/animation/scrollbar_animation_controller.h
+++ b/cc/animation/scrollbar_animation_controller.h
@@ -31,6 +31,7 @@ class CC_EXPORT ScrollbarAnimationController {
void Animate(base::TimeTicks now);
+ void SetDelayOnScrollbarAnimation(base::TimeDelta delay);
aelias_OOO_until_Jul13 2014/09/29 19:33:46 Instead of this, please have a new method "virtual
MuVen 2014/09/30 12:50:26 Done.(passed the second delay in the constructor).
virtual void DidScrollBegin();
virtual void DidScrollUpdate();
virtual void DidScrollEnd();
« no previous file with comments | « no previous file | cc/animation/scrollbar_animation_controller.cc » ('j') | cc/layers/layer_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698