forked from mirrors/gecko-dev
Bug 1473714 Remove unneeded commit in image/FrameAnimator.cpp:AdvanceFrame
Reviewers: tnikkel
Reviewed By: tnikkel
Bug #: 1473714
Differential Revision: https://phabricator.services.mozilla.com/D2622
This commit is contained in:
parent
6f95417fb4
commit
ecde18b5d1
1 changed files with 0 additions and 2 deletions
|
|
@ -238,8 +238,6 @@ FrameAnimator::AdvanceFrame(AnimationState& aState,
|
|||
RawAccessFrameRef& aCurrentFrame,
|
||||
TimeStamp aTime)
|
||||
{
|
||||
NS_ASSERTION(aTime <= TimeStamp::Now(),
|
||||
"Given time appears to be in the future");
|
||||
AUTO_PROFILER_LABEL("FrameAnimator::AdvanceFrame", GRAPHICS);
|
||||
|
||||
RefreshResult ret;
|
||||
|
|
|
|||
Loading…
Reference in a new issue