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

Unified Diff: cc/scrollbar_animation_controller_linear_fade.h

Issue 12408028: cc: Delay start of scrollbar animation setNeedsRedraw. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase to 187970 and update test Created 7 years, 9 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/scrollbar_animation_controller_linear_fade.h
diff --git a/cc/scrollbar_animation_controller_linear_fade.h b/cc/scrollbar_animation_controller_linear_fade.h
index 5bcfc650fc00f53176b742a67340459130f3c4ae..17207fe76930d391b5f751928502fe3900c3e20c 100644
--- a/cc/scrollbar_animation_controller_linear_fade.h
+++ b/cc/scrollbar_animation_controller_linear_fade.h
@@ -19,9 +19,9 @@ public:
virtual ~ScrollbarAnimationControllerLinearFade();
// ScrollbarAnimationController overrides.
+ virtual double secondsBeforeStart(base::TimeTicks now) const OVERRIDE;
virtual bool animate(base::TimeTicks) OVERRIDE;
virtual void didPinchGestureUpdate(base::TimeTicks) OVERRIDE;
- virtual void didPinchGestureEnd(base::TimeTicks) OVERRIDE;
virtual void didUpdateScrollOffset(base::TimeTicks) OVERRIDE;
protected:

Powered by Google App Engine
This is Rietveld 408576698