| Index: content/renderer/input/input_scroll_elasticity_controller.cc
|
| diff --git a/content/renderer/input/input_scroll_elasticity_controller.cc b/content/renderer/input/input_scroll_elasticity_controller.cc
|
| index ca0258eaaef417997f2431e425b15e87f0dce96e..9babcd7c6f1499c9d1d9e9796722e9cdcd4625fc 100644
|
| --- a/content/renderer/input/input_scroll_elasticity_controller.cc
|
| +++ b/content/renderer/input/input_scroll_elasticity_controller.cc
|
| @@ -41,7 +41,7 @@ namespace {
|
| // deltas against the event timestamps, which are in seconds since epoch. Find
|
| // out which is right. Also, avoid querying time, and use frame time instead.
|
| double SystemUptime() {
|
| - return base::Time::Now().ToDoubleT();
|
| + return base::TimeTicks::Now().ToInternalValue() / 1.0e6;
|
| }
|
|
|
| const float kScrollVelocityZeroingTimeout = 0.10f;
|
|
|