mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-24 00:24:14 +00:00
Bug 804875 - Fix bustage on a CLOSED TREE. r=me
This commit is contained in:
parent
726c0d58ed
commit
c58c922a45
@ -71,7 +71,7 @@ void VideoFrameContainer::Reset()
|
||||
{
|
||||
ClearCurrentFrame(true);
|
||||
Invalidate();
|
||||
mIntrinsicSize = {-1, -1};
|
||||
mIntrinsicSize = gfxIntSize(-1, -1);
|
||||
mPaintDelay = mozilla::TimeDuration();
|
||||
mPaintTarget = mozilla::TimeStamp();
|
||||
mImageContainer->ResetPaintCount();
|
||||
|
Loading…
Reference in New Issue
Block a user