DescriptionConvert render thread idle delays from seconds to milliseconds.
This CL eliminates double to integer conversions when scheduling the idle timer and allows subsecond delays.
The existing code simply rounds the delay down to an integer when scheduling the idle timer, which means that any subsecond delay schedules a timer with zero delay.
BUG=
TEST=
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=109866
Patch Set 1 #
Total comments: 2
Patch Set 2 : Address comments, fix compile error in test_support_content. #
Messages
Total messages: 8 (0 generated)
|