Commit 78f61359 authored by dominicc's avatar dominicc Committed by Commit bot

Remove defunct Timer::alignedFireTime.

Tiny bit of cleanup: Some timers used to be 'snapped' to an 'aligned'
fire time so that work would get batched, particularly when suspended
timers were rescheduled. This sort of thing is now the responsibility of the
scheduler; nobody is using Timer::alignedFireTime any more.

Because alignedFireTime had no tests :O no tests were harmed in the
preparation of this changelist. :D

BUG=331912

Review URL: https://codereview.chromium.org/1625413002

Cr-Commit-Position: refs/heads/master@{#371775}
parent 18a1a860
......@@ -86,8 +86,6 @@ private:
NO_LAZY_SWEEP_SANITIZE_ADDRESS
virtual bool canFire() const { return true; }
virtual double alignedFireTime(double fireTime) const { return fireTime; }
void setNextFireTime(double now, double delay);
void runInternal();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment