DescriptionbeginSmoothScroll tries to do a simple animation for a given length in seconds, specified as a double. To do a half-second animation, it did base::TimeDelta::FromSeconds(0.5). base::TimeDelta::FromSeconds takes an in64, so this silently converts to FromSeconds(0) causing the smooth scroll to do exactly one step and stop.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=152186
Patch Set 1 #Patch Set 2 : . #
Total comments: 1
Patch Set 3 : int64 #
Total comments: 1
Patch Set 4 : . #Messages
Total messages: 9 (0 generated)
|