зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1839594 - Add TimeDuration::Zero() method to get a zero time duration r=glandium
Differential Revision: https://phabricator.services.mozilla.com/D181615
This commit is contained in:
Родитель
684fec2fef
Коммит
e3a6541fe6
|
@ -131,6 +131,7 @@ class BaseTimeDuration {
|
|||
return FromMilliseconds(aMicroseconds / 1000.0);
|
||||
}
|
||||
|
||||
static constexpr BaseTimeDuration Zero() { return BaseTimeDuration(); }
|
||||
static constexpr BaseTimeDuration Forever() { return FromTicks(INT64_MAX); }
|
||||
|
||||
BaseTimeDuration operator+(const BaseTimeDuration& aOther) const {
|
||||
|
|
Загрузка…
Ссылка в новой задаче