| Index: third_party/WebKit/Source/platform/Timer.h
|
| diff --git a/third_party/WebKit/Source/platform/Timer.h b/third_party/WebKit/Source/platform/Timer.h
|
| index 0afafe72b4f81449511daf0fc1a6ac1acf1a5cda..ba16008404cae57b580b8b24b47a90819f0f94fe 100644
|
| --- a/third_party/WebKit/Source/platform/Timer.h
|
| +++ b/third_party/WebKit/Source/platform/Timer.h
|
| @@ -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();
|
|
|